what is the exact trouble with SC Login? Are you using the latest version, and do you have the J5 compatibility plugin enabled? The JED listing for SC Login says it works in J4 and J5. https://extensions.joomla.org/extension ... ced-login/. Have you sought support from this developer? The latest release (March 5, 2024) is v 9.1.76
As to using the normal login module, you can do the override as already suggested or just hide, with CSS, the forgotten username/password link (but how are users expected to change their details if they forgot them?).
Highlight "Forgot Password" with mouse, right click, select "Inspect" - that should give you a clue to the CSS class name. Then in user.css use the visibility attribute set to "hidden" on the HTML element (in this case, a text link for forgot password, and same for forgot username).
The above is how I would approach it, I may be incorrect in some assumptions, so please wait for others responses
As to using the normal login module, you can do the override as already suggested or just hide, with CSS, the forgotten username/password link (but how are users expected to change their details if they forgot them?).
Highlight "Forgot Password" with mouse, right click, select "Inspect" - that should give you a clue to the CSS class name. Then in user.css use the visibility attribute set to "hidden" on the HTML element (in this case, a text link for forgot password, and same for forgot username).
The above is how I would approach it, I may be incorrect in some assumptions, so please wait for others responses
Statistics: Posted by AMurray — Tue Mar 19, 2024 9:34 pm