-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add flag for overriding the labels when generating dbAuth pages #3555
Comments
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the label on the username form fields is always
Username
and password is alwaysPassword
. Let's add a command line flag so that you can set that at the time you're generating to save you some time from changing them manually across four pages:Now your form input fields will be labeled "Email" and "Secret" on Login, Signup, ForgotPassword and ResetPassword pages.
The text was updated successfully, but these errors were encountered: