auth::password::get_forgotten_url (public)
auth::password::get_forgotten_url [ -authority_id authority_id ] \ [ -username username ] [ -email email ] [ -remote_only ]
Defined in packages/acs-authentication/tcl/password-procs.tcl
Returns the URL to redirect to for forgotten passwords.
- Switches:
- -authority_id (optional)
- The ID of the authority that the user is trying to log into.
- -username (optional)
- The username that the user's trying to log in with.
- -email (optional)
- -remote_only (optional, boolean)
- If provided, only return any remote URL (not on this server).
- Returns:
- A URL that can be linked to when the user has forgotten his/her password, or the empty string if none can be found.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- auth_password_get_forgotten_url