Fuel Users Class
This class extends the Fuel_module class.
Properties Reference
| Property | Default Value | Description |
|---|---|---|
| protected | ||
| module | N/A | |
Function Reference [+]
$this->fuel->users->initialize([$params=array()], [$init=array()])
$this->fuel->users->get('$user_id', ['$return_type'=NULL])
Returns a user provided a user ID.
Returns
string
Parameters
(mixed) $user_id (string) $return_type
$this->fuel->users->reset_password('$email')
Resets a user's password given their email.
Returns
string
Parameters
(mixed) $email
$this->fuel->users->user_exists('$email')
Checks to see if a user exists based on a user_name or email.
Returns
string
Parameters
(mixed) $email
$this->fuel->users->send_email('$user_id')
Sends the welcome email to a user.
Returns
string
Parameters
(mixed) $user_id
$this->fuel->users->get_password_strength_text()
Returns the required password strength in an HTML format.
Returns
string