afornerot 2020-02-10 10:18:01 +01:00
parent 2d5724a4b3
commit 8e2597cda5

@ -2,6 +2,32 @@
1- Désactivation des inscriptions et du reset des password
dans /var/lib/lemonldap-ng/conf
recher
Dans /usr/share/eole/creole/distrib/
remplacer
```
%if %%is_empty(%%llResetUrl)
"mailUrl": "https://%%authWebName/mail.pl",
%else
"mailUrl": "%%llResetUrl",
%end if
```
par
```
%if %%is_defined(%%llResetUrl)
"mailUrl": "%%llResetUrl",
%else
"mailUrl": "https://%%authWebName/mail.pl",
%end if
```
CreoleSet llResetUrl https://transnum-portail.ac-dijon.fr/ninegate/resetpwd01
CreoleSet llResetPassword non
dans /var/lib/lemonldap-ng/conf
modifier le dernier lmConf-x.json
passer "portalDisplayResetPassword":0
passer "mailUrl":"https://transnum-portail.ac-dijon.fr/ninegate/resetpwd01"