Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial:adm:modules_pwdreset [2023/11/09 11:57]
polakb
tutorial:adm:modules_pwdreset [2024/06/04 14:38]
kratochvils
Line 2: Line 2:
  
 This module provides the functionality of password reset or, in other words, the recovery of a forgotten password. This module provides the functionality of password reset or, in other words, the recovery of a forgotten password.
 +
 +=====   =====
 +
 +==== How to allow password reset in CAS? ====
 +
 +For CAS docker set env variables:
 +
 +<code>
 +- CAS_CUSTOM_FRONTEND_PASSWORDRESET_DISPLAY=true
 +- CAS_CUSTOM_FRONTEND_PASSWORDRESET_LINK=<idm url>/\#/password-reset     # IMPORTANT: don't forget to escape characters like #
 +
 +</code>
 +
 +=====   =====
 +
  
 ===== How does it work? ===== ===== How does it work? =====
Line 74: Line 89:
  
 ===== FAQ ===== ===== FAQ =====
- 
-==== How to allow password reset in CAS? ==== 
- 
-For CAS docker set env variables: 
-<code> 
- 
-- CAS_CUSTOM_FRONTEND_PASSWORDRESET_DISPLAY=true 
-- CAS_CUSTOM_FRONTEND_PASSWORDRESET_LINK=<idm url>/#/password-reset 
- 
-</code> 
- 
- 
  
  
  • by kratochvils