diff options
| author | 2025-07-30 08:03:04 +0200 | |
|---|---|---|
| committer | 2025-07-30 08:03:04 +0200 | |
| commit | e33ef74af9ff2f8ba1c6909b78ee07633cff240a (patch) | |
| tree | 8efbe0d1ac1105a996029adc0703f9cf4de118f6 /app/views/auth/formLogin.phtml | |
| parent | e967b07589f687fcd2f71e2df265fcb7c4f15c07 (diff) | |
`before_login_btn` hook + system conf attributes (#7761)
* `before_login_btn` hook + system conf attributes
* phpstan fix
* Refactoring
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/auth/formLogin.phtml')
| -rw-r--r-- | app/views/auth/formLogin.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/auth/formLogin.phtml b/app/views/auth/formLogin.phtml index 6deade3f4..d72d0b1b3 100644 --- a/app/views/auth/formLogin.phtml +++ b/app/views/auth/formLogin.phtml @@ -38,6 +38,8 @@ </label> </div> + <?= Minz_ExtensionManager::callHookString('before_login_btn') ?> + <div class="form-group form-group-actions"> <button id="loginButton" type="submit" class="btn btn-important" disabled="disabled"> <?= _t('gen.auth.login') ?> |
