Skip to content
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

Password reset button for managers #335

Merged
merged 9 commits into from Mar 12, 2021

Conversation

gritfessel
Copy link
Contributor

closes #287

@coveralls
Copy link

coveralls commented Feb 28, 2021

Coverage Status

Coverage decreased (-0.03%) to 88.542% when pulling 99885dc on enhancement/password-reset-button-for-managers into 3de89a8 on main.

@gritfessel gritfessel marked this pull request as ready for review February 28, 2021 19:33
ephios/core/views/accounts.py Outdated Show resolved Hide resolved
ephios/core/views/accounts.py Outdated Show resolved Hide resolved
@@ -19,6 +19,13 @@ <h1>{% trans "Edit user" %}</h1>
<h1>{% trans "Add new user" %}</h1>
{% endif %}
</div>
{% if userprofile %}
<div class="float-right d-flex">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like that the button is so close to the field below and it appears kinda lost up there. Maybe put it next to delete button which triggers a "similar" action? Also I'd prefer to have another color for the button as this now indicates the same destructivity as deleting the user.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grafik
I feel like this looks also weird... more ideas? I guess it would be okay though

@gritfessel gritfessel requested a review from jeriox March 12, 2021 11:54
@jeriox jeriox merged commit aa6e281 into main Mar 12, 2021
@jeriox jeriox deleted the enhancement/password-reset-button-for-managers branch March 12, 2021 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password Reset Button for Managers
3 participants