-
-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] UI/UX: give more information about the capabilities given to new users in the users page #748
Comments
I'm the one responsible for the current hover string (see LycheeOrg/Lychee-front#53). In my defense, there was no hover string there before so I still see it as an improvement 😉. So what this option does is it prevents the user from being able to change their own login/password. The idea is to have an account shared between multiple people, say, so that they all can upload to one album, or so that they can access some non-public content. Obviously, if any of those people could change the login/password, they would effectively lock the others out of that account; hence this feature. This should definitely be described in the documentation at least but our current docs are incomplete... I just noticed that this particular screen isn't even properly localized so clearly it was a quick hack job. So I'm sure we would all welcome suggestions on how to improve it, and, even more, pull requests 😃. |
My remark was not at all a critic against the hover string. Simply I feel this is not sufficient for people to understand what is going on. Also thanks for explaining to me what restricted "lock icon" user is. This is indeed not documented anywhere, and without you explaining to me I would have never known. I can contribute some translation to french at least... once it's localized properly. I have no experience with Laravel unfortunately. |
For the translations, have a look here: https://github.com/LycheeOrg/Lychee/tree/master/app/Locale Where to change the front end to add translations and context in the user page: How to access a local string from the JS side. Please note that we have checks which ensure that each key in the English locale is present in every other languages (at least as place holder). |
I contributed with some french locales update. |
Some interesting readings: |
I know that it can feel explanatory for people working on and using Lychee4 daily.
But I personally I'm a tech savvy user, i develop websites for a living and I've been an active user of Lychee for years now BUT : even for me "restricted account" means nothing. It's not documented and there is just a "lock" icon on the "create user" page.
It's a bit distressing to have a screen that could potentially give access to other users to your Lychee and not know what parameter does what... Imagine for end users that are just using it and don't know what's up behind it.
I think that:
This issue is here to start a conversation about possible improvements on the user creation page.
The text was updated successfully, but these errors were encountered: