Opened 9 years ago
Last modified 5 years ago
#34690 new enhancement
when user login is required to comment, there should be a link to registration
Reported by: | mark-k | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch |
Focuses: | template | Cc: |
Description
Right now when user login is required the login form only shows a message about the need to login, but if registration is open, there is no reason not to send the visitor directly to the registretion page.
At the very least the default text of the link to the login page should be changed to some thing like "Login or Register" when registration is open.
Attachments (1)
Change History (6)
#1
@
9 years ago
- Focuses template added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
#2
@
9 years ago
I don't think we require registration link on comment template form. As user will get registration link on wp-login.php
page if registration is open.
And if we need this link to be add I think text should be You must be logged in to post a comment or register here.
#3
@
8 years ago
@jignesh.nakrani yes, the flow exists for the user, but when a non registered user sees this message for the first time he do not have any idea that the login form will also enable him to register, and in any case it is a two steps thing that could have been made into one.
@rachelbaker sorry for being lazy but it is early morning over here.... Is there any patch creation flow using the git repository, or does everything still needs to go via SVN?
#4
@
8 years ago
@mark-k You can take the official miror repo on Github (sync every 15 min) no push, issue or pull request on this repo : https://github.com/WordPress/WordPress
Then, create a new branch for your ticket, do your commit, and then create a patch (you can use SmartGit for example or other GUI GIT tools).
Makes sense. @mark-k want to work on a patch?