Add registration menu to login module#26582
Closed
Giuse69 wants to merge 1 commit intojoomla:stagingfrom
Closed
Conversation
Add option in login module to set a menu item for registration page. Useful to override default registration link "index.php?option=com_users&view=registration" to a custom page
Member
|
@HLeithner Is this a new feature which should go into 4.0-dev, or is it ok for staging? Just asking. |
Member
|
@Giuse69 thanks for you contribution but as richard already stated it's a new feature and have to go into Joomla 4.0. please rebase your PR against 4.0-dev I'm closing this pr for staging. |
Contributor
Author
|
Done this PR for Joomla 4.0 #26589 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an option to login module to set a menu item for registration page.
Useful to override default registration link "index.php?option=com_users&view=registration" to a custom page
Summary of Changes
New option in login module
Testing Instructions
Apply the PR.
Expected result
See above.
Actual result
Documentation Changes Required