API15:JUserHelper
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JUserHelper
Contents |
Defined in
libraries/joomla/user/helper.php
Methods
| Method name | Description |
|---|---|
| activateUser | Method to activate a user |
| getUserId | Returns userid if a user exists |
| getCryptedPassword | Formats a password using the current encryption. |
| getSalt | Returns a salt for the appropriate kind of password encryption. Optionally takes a seed and a plaintext password, to extract the seed of an existing password, or for encryption types that use the plaintext in the generation of the salt. |
| genRandomPassword | Generate a random password |
Importing
jimport( 'joomla.user.helper' );
[Edit See Also] SeeAlso:JUserHelper
Examples
<CodeExamplesForm />
