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 [FAQ]
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 72: Line 87:
  
 [[https://www.youtube.com/watch?v=bxhVHXo-A-k&index=2&list=PLBeAQt3pe3EcdVE8QpCDEJcDsi_jtNQUb|How to reset password]] - czech language [[https://www.youtube.com/watch?v=bxhVHXo-A-k&index=2&list=PLBeAQt3pe3EcdVE8QpCDEJcDsi_jtNQUb|How to reset password]] - czech language
- 
-===== 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