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
Next revision Both sides next revision
tutorial:adm:modules_pwdreset [2023/11/09 11:57]
polakb
tutorial:adm:modules_pwdreset [2024/06/04 11:59]
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
 +
 +</code>
 +
 +=====   =====
  
 ===== How does it work? ===== ===== How does it work? =====
Line 74: Line 88:
  
 ===== 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 koulaj