0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust1 fork (1 fork)auto 404
frontendgood first issue
Repository metrics
- Stars
- 9 stars (9 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- We want a separate form for a password change which asks the current and new password.
- We want to ask password confirmation for email changes of a user.
- We want a separate user change form for admins that can change everything.
Contributor guide
- Research direction
- Implement separate forms: password change form requiring current and new password, add password confirmation field to email change form, and create admin form that can change all user fields. Locate relevant templates and handlers in zauth codebase.
- Tech stack
- rust
- Domain
- backendauthentication
- Issue type
- Feature
- Prerequisites
- None