Hi! How to enable joomla default registration form back?
I use moderated default.php registration form
https://www.joomlashack.com/blog/joomla-how-to/how-to-simplify-default-registration-form-in-joomla-3/
Example
// Add a default value to the name field
name.val('Anonymous');
So its looks like Anonymous - Username in user manager panel
By this i recognize bots from real registered people on my site. Or can do this for easy-profile registration form?