userpage: make it clearer access control settings dont apply to it

This commit is contained in:
Harvey Tindall 2023-12-28 13:47:45 +00:00
parent 37156979d1
commit 66e6b68b8c
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 5 additions and 5 deletions

View File

@ -173,22 +173,22 @@
"description": "Enable this to use Jellyfin users instead of the below username and pw." "description": "Enable this to use Jellyfin users instead of the below username and pw."
}, },
"admin_only": { "admin_only": {
"name": "Allow admin users only", "name": "Allow admin users only on \"Admin\" pages",
"required": false, "required": false,
"requires_restart": true, "requires_restart": true,
"depends_true": "jellyfin_login", "depends_true": "jellyfin_login",
"type": "bool", "type": "bool",
"value": true, "value": true,
"description": "Allows only admin users on Jellyfin to access the admin page." "description": "Allows only admin users on Jellyfin to access the admin page. Doesn't apply to the \"My Accounts\" page."
}, },
"allow_all": { "allow_all": {
"name": "Allow all users to login", "name": "Allow all users to login to \"Admin\" pages",
"required": false, "required": false,
"requires_restart": true, "requires_restart": true,
"depends_true": "jellyfin_login", "depends_true": "jellyfin_login",
"type": "bool", "type": "bool",
"value": false, "value": false,
"description": "Allow all Jellyfin users to access jfa-go. Not recommended, add individual users in the Accounts tab instead." "description": "Allow all Jellyfin users to access jfa-go. Not recommended, add individual users in the Accounts tab instead. Doesn't apply to the \"My Accounts\" page."
}, },
"username": { "username": {
"name": "Web Username", "name": "Web Username",
@ -620,7 +620,7 @@
"order": [], "order": [],
"meta": { "meta": {
"name": "User Page/\"My Account\"", "name": "User Page/\"My Account\"",
"description": "The User Page (My Account) allows users to access and modify info directly, such as changing/adding contact methods, seeing their expiry date, sending referrals or changing their password. Password resets can also be initiated from here, given a contact method or username. ", "description": "The User Page (My Account) allows users to access and modify info directly, such as changing/adding contact methods, seeing their expiry date, sending referrals or changing their password. Password resets can also be initiated from here, given a contact method or username. Access control settings set in \"General\" do not apply to this page, nor does \"Access jfa-go\" in the Accounts tab.",
"depends_true": "ui|jellyfin_login" "depends_true": "ui|jellyfin_login"
}, },
"settings": { "settings": {