Manage Users Screen

Here you can add and edit users. Click the "EDIT" button to edit a user, or use "CREATE NEW USER" to create a new one.

Create / Edit User Screen

As shown above, each of the fields has the following function:

UserID

This is a read only field that shows you the current users userID. When creating a new user, you will see the value "NEW" this will change to a number once the user has been created.

Username

This is the "username" the the user must provide in order to login. There can only be one of each username.

New Password

When editing existing users this will show as blank. If no value is entered the password will not change when the user is saved. However, a password must be entered when creating a new user.

Confirm New Password

As above, this field confirms the "New Password". If the value in this field does not match the field above, no user data will be saved.

Access Level

This is the level of access to grant the user. Values range from 0 - 10, with 10 having access to the control panel.

Email

This is a non-default field that is added by the "Forgotten Passwords" and "User Registration" modules. The address will be used to send verification emails to the user when signing up or retreiving their password.

*Note: Additional fields can be added to this screen by creating array keys in $userSessionPro->additionalFields.

ProPHPScripts