Added users support

This commit is contained in:
2025-08-19 07:24:18 +02:00
parent 541b181c87
commit 20b62e7312
18 changed files with 592 additions and 35 deletions

View File

@@ -167,3 +167,16 @@ en:
city: "City:"
entity: "Entity:"
country: "Country:"
sessions:
login: "Login"
username_or_email: "Username or Email"
username_or_email_placeholder: "Enter username or email"
password: "Password"
password_placeholder: "Enter password"
login_button: "Log In"
logout_button: "Log Out"
login_successful: "Successfully logged in!"
logout_successful: "Successfully logged out!"
invalid_credentials: "Invalid username/email or password"
login_required: "Please log in to access this page"