UserAuthenticate UserAuthenticate(
String
$username, String
$pass
)
|
|
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.
Parameters:
|
String |
$username: |
the Username within BIGACE |
|
String |
$pass: |
the Password for that User |
Gets the User ID.
API Tags:
| Return: | the User ID in BIGACE |
Fetches the users language ID.
API Tags:
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
.
API Tags:
| Return: | the Users status for BIGACE |
Gets the Information if user is anonymous.
API Tags:
| Return: | if User is anonymous |
Shows if the User is registered within BIGACE.
It returns true even if the Users status is inactive!
API Tags:
| Return: | true if user is known, else false |