auth::password::get_change_url (public)
auth::password::get_change_url -user_id user_id
Defined in packages/acs-authentication/tcl/password-procs.tcl
Returns the URL to redirect to for changing passwords. If the user's authority has a "change_pwd_url" set, it'll return that, otherwise it'll return a link to /user/password-update under the nearest subsite.
- Switches:
- -user_id (required)
- The ID of the user whose password you want to change.
- Returns:
- A URL that can be linked to for changing password.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- auth_password_get_change_url