Function __global->get_password_reset_process
Definitions
sources/cns_lost_password.php
- Find what password reset process will be used.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Password reset process codename
- Type: ID_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find what password reset process will be used.
*
* @return ID_TEXT Password reset process codename
*/
function get_password_reset_process() : string
* Find what password reset process will be used.
*
* @return ID_TEXT Password reset process codename
*/
function get_password_reset_process() : string
