Opened 17 years ago
Closed 16 years ago
#5477 closed enhancement (fixed)
"Go back" links when e-mail errors appear on wp-admin/install.php
Reported by: | CaioAlonso | Owned by: | jacobsantos |
---|---|---|---|
Milestone: | 2.8 | Priority: | lowest |
Severity: | trivial | Version: | 2.5 |
Component: | Administration | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
When installing wordpress, if you commit an error when filling the e-mail form, there is no "go back" link to go back to the formulary page and correct your error.
Attachments (3)
Change History (10)
#2
@
17 years ago
- Keywords needs-testing added
The original patch worked, however I felt that it was poor form to have a go back button that took you back to the formulary page that didn't have any of the information that the user had entered.
install-php.diff solves that. If a user fails to enter an email address or enters an invalid email address, it results in an error with a go back button. Clicking this button takes the user back to formulary page, but it has the information that the user had entered original already populated in the fields. I believe this is better. This patch works for me.
#5
@
16 years ago
- Keywords tested dev-feedback added; needs-testing removed
- Milestone changed from 2.9 to 2.8
Is there a reason the back button couldn't just be used?
Sending to 2.8 since it has a patch.
Provides a "Go Back" link when a user fails to enter or enters an invalid email address at install while allowing the form fields to remember what had been entered.