[wp-trac] [WordPress Trac] #54685: Admin email verification redirects back to login page
WordPress Trac
noreply at wordpress.org
Thu Dec 23 02:28:53 UTC 2021
#54685: Admin email verification redirects back to login page
------------------------------------+------------------------------
Reporter: golenkovm | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 5.8.1
Severity: normal | Resolution:
Keywords: has-patch | Focuses: administration
------------------------------------+------------------------------
Comment (by golenkovm):
After having another look I'd like to add that `.htaccess` has the
following line:
`RewriteRule ^client-adminlogin/?$ wp-login.php [QSA,L]`
However, HTML form still doesn't have `?action=confirm_admin_email` added
to the action URL:
`<form class="admin-email-confirm-form" name="admin-email-confirm-form"
action="https://client-wordpress/client-adminlogin" method="post">`
Perhaps, it's just a configuration issue and the patch is not needed. If
so, please feel free to let me know what should be done to pass
`?action=confirm_admin_email` to the action URL.
Cheers,
Mikhail Golenkov
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54685#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list