dolibarr  19.0.0-dev
Public Member Functions | List of all members
modGeneratePassNone Class Reference

Class to generate a password according to rule 'no password'. More...

Inheritance diagram for modGeneratePassNone:
Inheritance graph
[legend]
Collaboration diagram for modGeneratePassNone:
Collaboration graph
[legend]

Public Member Functions

 __construct ($db, $conf, $langs, $user)
 Constructor. More...
 
 getDescription ()
 Return description of module. More...
 
 getExample ()
 Return an example of password generated by this module. More...
 
 getNewGeneratedPassword ()
 Build new password. More...
 
 validatePassword ($password)
 Validate a password. More...
 
- Public Member Functions inherited from ModeleGenPassword
 isEnabled ()
 Return if a module can be used or not. More...
 

Detailed Description

Class to generate a password according to rule 'no password'.

Definition at line 31 of file modGeneratePassNone.class.php.

Constructor & Destructor Documentation

◆ __construct()

modGeneratePassNone::__construct (   $db,
  $conf,
  $langs,
  $user 
)

Constructor.

Parameters
DoliDB$dbDatabase handler
Conf$confHandler de conf
Translate$langsHandler de langue
User$userHandler du user connecte

Definition at line 72 of file modGeneratePassNone.class.php.

Member Function Documentation

◆ getDescription()

modGeneratePassNone::getDescription ( )

Return description of module.

Returns
string Description of text

Reimplemented from ModeleGenPassword.

Definition at line 89 of file modGeneratePassNone.class.php.

◆ getExample()

modGeneratePassNone::getExample ( )

Return an example of password generated by this module.

Returns
string Example of password

Reimplemented from ModeleGenPassword.

Definition at line 100 of file modGeneratePassNone.class.php.

◆ getNewGeneratedPassword()

modGeneratePassNone::getNewGeneratedPassword ( )

Build new password.

Returns
string Return a new generated password

Reimplemented from ModeleGenPassword.

Definition at line 110 of file modGeneratePassNone.class.php.

◆ validatePassword()

modGeneratePassNone::validatePassword (   $password)

Validate a password.

This function is called by User->setPassword() and internally to validate that the password matches the constraints.

Parameters
string$passwordPassword to check
Returns
int 0 if KO, >0 if OK

Reimplemented from ModeleGenPassword.

Definition at line 122 of file modGeneratePassNone.class.php.


The documentation for this class was generated from the following file: