diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bf594bfc..e52f939e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -16,9 +16,9 @@ server.error.include-stacktrace=always server.error.include-exception=true server.error.include-message=always -logging.level.org.springframework.web=DEBUG -logging.level.org.springframework=DEBUG -logging.level.org.springframework.security=DEBUG +#logging.level.org.springframework.web=DEBUG +#logging.level.org.springframework=DEBUG +#logging.level.org.springframework.security=DEBUG login.enabled=true diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 5b211262..b560e8de 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -31,7 +31,11 @@ sizes.medium=Medium sizes.large=Large sizes.x-large=X-Large error.pdfPassword=The PDF Document is passworded and either the password was not provided or was incorrect - +delete=Delete +username=Username +password=Password +welcome=Welcome +=Property ############# # NAVBAR # @@ -54,18 +58,41 @@ settings.downloadOption.1=Open in same window settings.downloadOption.2=Open in new window settings.downloadOption.3=Download file settings.zipThreshold=Zip files when the number of downloaded files exceeds - -settings.accountSettings=Account Settings -settings.adminSettings=Admin Settings- View and Add Users -settings.userControlSettings=User Control Settings -settings.changeUsername=New Username -settings.changeUsernameButton=Change Username -settings.password=Confirmation Password -settings.oldPassword=Old password -settings.newPassword=New Password -settings.changePasswordButton=Change Password -settings.confirmNewPassword=Confirm New Password settings.signOut=Sign Out +settings.accountSettings=Account Settings + +account.accountSettings=Account Settings +account.adminSettings=Admin Settings - View and Add Users +account.userControlSettings=User Control Settings +account.changeUsername=New Username +account.changeUsername=Change Username +account.password=Confirmation Password +account.oldPassword=Old password +account.newPassword=New Password +account.changePassword=Change Password +account.confirmNewPassword=Confirm New Password +account.signOut=Sign Out +account.yourApiKey=Your API Key +account.syncTitle=Sync browser settings with Account +account.settingsCompare=Settings Comparison: +account.property=Property +account.webBrowserSettings=Web Browser Setting +account.syncToBrowser=Sync Account -> Browser +account.syncToAccount=Sync Account <- Browser + + +adminUserSettings.title=User Control Settings +adminUserSettings.header=Admin User Control Settings +adminUserSettings.admin=Admin +adminUserSettings.user=User +Add New User +Roles +Role +Actions +adminUserSettings.apiUser=Limited API User +adminUserSettings.webOnlyUser=Web Only User +adminUserSettings.submit=Save User + ############# # HOME-PAGE # ############# diff --git a/src/main/resources/templates/account.html b/src/main/resources/templates/account.html index 1b2bb894..714f8029 100644 --- a/src/main/resources/templates/account.html +++ b/src/main/resources/templates/account.html @@ -1,7 +1,7 @@ - + @@ -14,60 +14,60 @@
-

User Settings

+

User Settings


-

Welcome User!

+

User!

-

Change username?

+

- +
- +
- +

-

Change Password?

+

Change Password?

- - + +
- - + +
- - + +
- +

-
- Your API Key +
+
- +
- + +
@@ -276,10 +276,10 @@ diff --git a/src/main/resources/templates/addUsers.html b/src/main/resources/templates/addUsers.html index fbff33e6..88b66112 100644 --- a/src/main/resources/templates/addUsers.html +++ b/src/main/resources/templates/addUsers.html @@ -1,7 +1,7 @@ - + @@ -14,7 +14,7 @@
-

User Control Settings

+

Admin User Control Settings

@@ -32,7 +32,7 @@ - Delete + Delete @@ -42,25 +42,25 @@

Add New User

- +
- +
- +
diff --git a/src/main/resources/templates/fragments/navbar.html b/src/main/resources/templates/fragments/navbar.html index 07ecd772..0f85f7c8 100644 --- a/src/main/resources/templates/fragments/navbar.html +++ b/src/main/resources/templates/fragments/navbar.html @@ -338,17 +338,18 @@
- -
- - - - + + + + + +
+ + + -
-