From 3354d45762bbe0db33e3d26d8997e6f6624f24d7 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sun, 9 Aug 2026 02:26:33 +0100 Subject: implement sessions and also log in/out session data is stored in sqlite, not using php sessions --- locale/en.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'locale/en.ini') diff --git a/locale/en.ini b/locale/en.ini index 7809906..295ffcc 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -6,10 +6,14 @@ error.wrong-method.long = "Your request method (%s) is not valid for this path." error.uncaught = "Uncaught exception" ui.powered-by = "Powered by Pleasant SSO" ui.source-code = "Source code" +logout.title = "Log out" +logout.warning = "Are you sure you want to log out?" +logout.confirm = "Yes, I'm sure" login.title = "Log in" challenge.input.username = "Username" challenge.input.password = "Password" challenge.input.otp = "One-time passcode" +challenge.message.wrong-username = "Username does not exist" challenge.message.wrong-password = "Incorrect username or password" challenge.message.wrong-otp = "Invalid OTP code" challenge.continue = "Continue" \ No newline at end of file -- cgit v1.3