Commits on Source (14)
-
Jednotné přihlášení test authored
-
Dominik František Bučík authored
chore(deps): update dependency browserslist-useragent-regexp to v4 See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai!5
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai!11
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
chore(deps): lock file maintenance See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai!12
-
Jednotné přihlášení test authored
-
Jednotné přihlášení test authored
-
Dominik Frantisek Bucik authored
-
Dominik František Bučík authored
feat:
Forgotten username flow See merge request perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai!13 -
semantic-release-bot authored
# [4.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai/compare/v4.1.0...v4.2.0) (2023-09-13) ### Features *
Forgotten username flow ([36ef4ec0](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai/commit/36ef4ec06b5108961f5ba0db8483c0a68c8aaa30))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- composer.lock 157 additions, 155 deletionscomposer.lock
- dictionaries/lsaai.definition.json 9 additions, 0 deletionsdictionaries/lsaai.definition.json
- dictionaries/pwd_reset.definition.json 3 additions, 0 deletionsdictionaries/pwd_reset.definition.json
- dictionaries/username_reminder.definition.json 32 additions, 0 deletionsdictionaries/username_reminder.definition.json
- lib/TemplateHelper.php 42 additions, 0 deletionslib/TemplateHelper.php
- package-lock.json 160 additions, 143 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- templates/pwd_reset-tpl.php 4 additions, 0 deletionstemplates/pwd_reset-tpl.php
- templates/username_reminder-tpl.php 196 additions, 0 deletionstemplates/username_reminder-tpl.php
- themes/lsusernamelogin/core/loginuserpass.php 12 additions, 4 deletionsthemes/lsusernamelogin/core/loginuserpass.php
- www/username_reminder.php 12 additions, 0 deletionswww/username_reminder.php
... | ... | @@ -2,7 +2,7 @@ |
"name": "simplesamlphp-module-lsaai", | ||
"private": true, | ||
"devDependencies": { | ||
"browserslist-useragent-regexp": "3.0.2" | ||
"browserslist-useragent-regexp": "4.1.0" | ||
}, | ||
"scripts": { | ||
"unsupportedBrowsers": "echo \"module.exports = $(BROWSERSLIST_ENV=unsupported browserslist-useragent-regexp);\" > www/res/js/unsupportedBrowsers.js" | ||
... | ... |
templates/username_reminder-tpl.php
0 → 100644
www/username_reminder.php
0 → 100644