-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Admins can Set/Change the timezone of someone else #27
Comments
#26 would make setting the timezone much easier, especially for servers where setting a default timezone for the server makes sense a caveat for server timezones is it might be confusing when their timezone works in one server but not in another, alternatively it could default to the server-set timezone unless they changed it manually, but that might be even more confusing i think a better option for restricting timezone modify access for some admins is a flow like
with this approach the moderator permissions requirement could be lifted too |
for changing timezones this works, but when the other user doesnt have a timezone set yet, they dont have to have permission if theyre a moderator |
i think timezone being set for a user out of the blue would be confusing, especially when it's wrong alternative (or additional) approach, allow moderators (or users?) to execute a |
expanding on the last comment, because i think it solves this issue with the best ux
this makes it work like custom role bots it also means the flow for #26 should be changed so that its not dependent on |
let admins be able to set timezones for people in the server by default atleast
and give the user the option to not allow admins to change their timezone
The text was updated successfully, but these errors were encountered: