Gnizr user account database impose certain restrictions on user account properties.
null
.User DAO operations usually provide methods to look up an user account information, either by ID or by username. When a user DAO operation returns an instantiated User
object, the password field of the user is always encrypted in a MD5 format. When creating a new user account, the password field must be set in the plain text format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|