Skip to content

Commit

Permalink
Merge pull request #46 from beatrycze-volk/login
Browse files Browse the repository at this point in the history
[MAINTENANCE] Upgrade TS config for felogin plugin
  • Loading branch information
beatrycze-volk authored Oct 9, 2024
2 parents d07af7d + 32f37dc commit e4f7f61
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugin.tx_felogin_pi1 {
plugin.tx_felogin_login {
redirectPageLogin = {$femanager.pids.loginPage}
redirectPageLoginError = {$femanager.pids.loginPage}
redirectPageLogout = {$femanager.pids.loginPage}
Expand All @@ -23,12 +23,16 @@ plugin.tx_felogin_pi1 {
)
}

plugin.tx_felogin_pi1 {
plugin.tx_felogin_login {
_LOCAL_LANG {
de.logout = Jetzt anmelden
default.logout = Login now
de.ll_status_message = Falls Sie bereits einen Login besitzen, können Sie sich hier anmelden:
default.ll_status_message = If you already have a login, you can register here:
de {
logout = Jetzt anmelden
ll_status_message = Falls Sie bereits einen Login besitzen, können Sie sich hier anmelden:
}
default {
logout = Login now
ll_status_message = If you already have a login, you can register here:
}
}
}
[end]

0 comments on commit e4f7f61

Please sign in to comment.