Opened 19 years ago
Closed 17 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 |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.8 |
| Component: | Administration | Version: | 2.5 |
| Severity: | trivial | Keywords: | has-patch tested commit |
| Cc: | Focuses: |
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
@
19 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
@
18 years ago
- Keywords tested dev-feedback added; needs-testing removed
- Milestone 2.9 → 2.8
Is there a reason the back button couldn't just be used?
Sending to 2.8 since it has a patch.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.