DO NOT USE THIS CLASS ANY LONGER, IT WILL BE REMOVED IN ONE OF THE NEXT VERSIONS!
Use Authenticator instead:
- $auth = $services->getAuthenticator();
- $principal = $auth->authenticate(name,password);
Identifies a User in BIGACE by comapring Username/Password against the existing User Data.
This Object will treat the User as a anonymous (all+) User if name or password is empty, being sure that a User cannot have an empty password.
Gets the User ID.
Fetches the users language ID.
Gets the Users status within BIGACE, if false the User will not be able to LOG IN or handle any other thing in BIGACE. This is useful if you want to keep all Right Information and personal data but don't let the user work for now.
If User is not known it will return the same as
.Gets the Information if user is anonymous.
Shows if the User is registered within BIGACE.
It returns true even if the Users status is inactive!
Documentation generated by phpDocumentor 1.3.1