user id does not start with "1" on certain conditions.
Status: Alpha
Brought to you by:
binil
1) Login to the application
2) Click on "Users -> create users" link
3) The create user page is displayed.
4) enter "sanjana" in the first name, and "nair" in the last name and click on the "create" button
A message stating that the user is created is displayed. with user id sanjana.nair1
Now remove few characters from the first name, say "sanj"
click on create user button.
The confirmation displays "sanj.nair2".
It should ideally start from 1 for a new user.
Logged In: YES
user_id=741045
Originator: NO
Issue has been fixed. Ready for testing
Logged In: YES
user_id=1752082
Originator: YES
The same does not work for Last Name. Hence re-opening.
Suggestion: Make the user name generic. Do not base it on the first name and last name. For example, if an admin user is being created, then the user id can be "admin01".