Admin::validate
Description
In BBj 11.00 and higher, this method validates the passed user credentials.
Syntax
Return Value |
Method |
---|---|
boolean |
validate(UserCredentials credentials) |
Parameters
Variable |
Description |
---|---|
credentials |
Specifies the user credentials object that will be validated. |
Return Value
Returns true (1) if the user credentials are validated, otherwise returns false (0).
Remarks
None.
Example
|