skip to main content
Pacific Application Server for OpenEdge: Administration Guide
Web application security configurations : Local configurations : Adding new users in local security configurations
 

Adding new users in local security configurations

To add a new user, update the users.properties with an entry in the following format:
username=password, ROLE1,[..., ROLEn, ] {enabled | disabled}
For example, the following shows the entries for the default users restuser and restdebug:
restuser=password,ROLE_PSCUser,enabled
restdebug=password,ROLE_PSCUser,ROLE_PSCDebug,enabled