
Admin::validate
Description
In BBj 11.0 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 1 (TRUE) if the user credentials are validated, otherwise returns 0 (FALSE).
Remarks
None.