Before you begin, note the following:
...
Your product has a primary user store where the users/roles that you create using the management console are stored by default. It's default RegEx
configurations are as follows. RegEx
configurations ensure that parameters like the length of a user name/password meet the requirements of the user store.
Code Block |
---|
PasswordJavaRegEx-------- ^[\S]{5,30}$
PasswordJavaScriptRegEx-- ^[\S]{5,30}$
UsernameJavaRegEx-------- ^~!#$;%*+={}\\{3,30}$
UsernameJavaScriptRegEx-- ^[\S]{3,30}$
RolenameJavaRegEx-------- ^~!#$;%*+={}\\{3,30}$
RolenameJavaScriptRegEx-- ^[\S]{3,30}$ |
...
User management functionality is provided by default in all WSO2 Carbon-based products and is configured in the user-mgt.xml
file found in the <PRODUCT_HOME>/repository/conf/
...
This section provides information on adding/deleting users and roles and changing passwords through the management console. directory. The following documentation explains how users, roles and permissions can be managed using the management console of WSO2 products.
Include Page | ||||
---|---|---|---|---|
|
Child pages (Children Display) |
---|