When at the backend gereration a new user the password field(s) is now requirerd. That was not required before since the password was auto-generated and sent to the user.
The password field(s) should not be required during backend registration and a auto-generated password should be sent to the user.
Typing a password is required
Labels |
Added:
?
|
Category | ⇒ | Authentication com_users |
Hi,
Well I'm not using Wordpress for sure. Been using Joomla for about 2 years now and I never had to register a password for a user, and the user got a password with the welcome email. So every Joomla version for the past 2 years.
You are very right this is a mistake change. I'll look into it
On 7 Aug 2017, 22:38 +0100, dsimonse notifications@github.com, wrote:
Hi,
Well I'm not using Wordpress for sure. Been using Joomla for about 2 years now and I never had to register a password for a user, and the user got a password with the welcome email. So every Joomla version for the past 2 years.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
I reinstalled the core-files with no change. I haven't installed any new plugins and I don't know if ACYMailing could change this behaviour (installed an update recently)?
I'm afraid you will need to test / check your 3rd party plugins and also check with english language although that shouldn't make a difference.
Many thanks
Tony
Will contact ACYMailing
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-08 05:17:55 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_Date | 2017-08-08 05:17:55 | ⇒ | 2017-08-08 05:17:56 |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
closed as no Core Issue. Please reopen, if its a Core Issue, thanks.
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/17439
Hi,
Opened a case with ACYMAiling and here's their response:
Hi,
If you disable AcyMailing from your backend (http://rojteatern.nu/administrator/index.php?option=com_installer&view=manage) and then try to add user, the password is still mandatory, so I'm sorry but it seems that this doesn't come from AcyMailing..
Regards,
Alexandre - Acyba help desk team
support@acyba.com
So, now I don't know what to do. Can I change a key in the DB to get the fields to not be mandatory?
//Dennis
I tested with acymailing and couldn't replicate it.
As originally suggested disable non core plugins.
On 9 Aug 2017, 09:07 +0100, dsimonse notifications@github.com, wrote:
Hi,
Opened a case with ACYMAiling and here's their response:
Hi,
If you disable AcyMailing from your backend (http://rojteatern.nu/administrator/index.php?option=com_installer&view=manage) and then try to add user, the password is still mandatory, so I'm sorry but it seems that this doesn't come from AcyMailing..
Regards,
Alexandre - Acyba help desk team
support@acyba.com
So, now I don't know what to do. Can I change a key in the DB to get the fields to not be mandatory?
//Dennis
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17439.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
Please reopen, since I got response fron ACYMailing.
//Dennis
Från: Franz Wohlkönig [mailto:notifications@github.com]
Skickat: den 8 augusti 2017 07:18
Till: joomla/joomla-cms
Kopia: dsimonse; Mention
Ämne: Re: [joomla/joomla-cms] Joomla 3.7.4, new user req.password field (#17439)
closed as no Core Issue. Please reopen, if its a Core Issue, thanks.
This comment was created with the J!Tracker Application https://github.com/joomla/jissues at issues.joomla.org/tracker/joomla-cms/17439.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #17439 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/AQb24syiLaHim3wnJY5PRLJJ-h0uxIqcks5sV--VgaJpZM4OvoR7 . https://github.com/notifications/beacon/AQb24oUjqNuiW3tBaATPh_rZeLuNJhZWks5sV--VgaJpZM4OvoR7.gif
It's a non core issue? I cannot replicate in any J release that the fields are mandatory.
On 9 Aug 2017, 09:10 +0100, dsimonse notifications@github.com, wrote:
Hi,
Please reopen, since I got response fron ACYMailing.
//Dennis
Från: Franz Wohlkönig [mailto:notifications@github.com]
Skickat: den 8 augusti 2017 07:18
Till: joomla/joomla-cms
Kopia: dsimonse; Mention
Ämne: Re: [joomla/joomla-cms] Joomla 3.7.4, new user req.password field (#17439)closed as no Core Issue. Please reopen, if its a Core Issue, thanks.
This comment was created with the J!Tracker Application https://github.com/joomla/jissues at issues.joomla.org/tracker/joomla-cms/17439.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #17439 (comment) , or mute the thread https://github.com/notifications/unsubscribe-auth/AQb24syiLaHim3wnJY5PRLJJ-h0uxIqcks5sV--VgaJpZM4OvoR7 . https://github.com/notifications/beacon/AQb24oUjqNuiW3tBaATPh_rZeLuNJhZWks5sV--VgaJpZM4OvoR7.gif—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
So, now I don't know what to do. Can I change a key in the DB to get the fields to not be mandatory?
As originally suggested disable non core plugins.
It is not an issue with acymailing or with any non core plugins
As soon as you change/set a password option such as number of special characters then the password field is required. This is because the random password generator cannot create a password that satisfies those rules so the user would not be able to login.
So if you want to have password as not required and use generated passwords then you have to reset the password options
@brianteeman I agree, however in my tests the require asterisk was never shown when doing as you suggest. In his example the asterisk is there, the only thing that changed for me was it went to red for required in that scenario.
@tonypartridge set the number of uppercase characters to 5 and you will see it changes to required
Hi, ok changed to "min 4" but no change. In fact the registration still opts for 6 characters.
"Use at least 6 characters, uppercase and lowercase letter, numbers and at least one special character."
The text seems to be related to RSFirewall. If I disable that the text dissapears but the password field are still mandatory.
I've found the bug, looking into it now.
Ok so as a fix for you, go to:
Joomla! Plugins -> User - Joomla! -> click save.
@brianteeman @dsimonse this was fixed 9 days ago:
dbc7a4a
The issue occurs with certain upgrades of Joomla! where certain parameters are not set within the user plugin. Therefore the get request fails and falls to its default value. Which for some reason was 0 in the plugin. Next release of Joomla! will fix this.
Thanks! I disabled the "send email" and re-enabled it as per suggestion from RS and that fixed it as well.
But effectingly I clicked "save" :)
Passing comment for @brianteeman @dsimonse @tonypartridge
We've also been talking about this issue for the past week at the Joomla forum. Has nothing to do with AcyMailing (as @brianteeman correctly points out) but see https://forum.joomla.org/viewtopic.php?f=706&t=953424
Yes, Tony, I understand the underlying cause has been addressed. I was only making an observation in passing that additional background information (which has been around for longer than since @dsimonse opened the issue here) is available at the forum. Aside from that, I agree there's no need to flog a dead horse.
Thanks! Very much. I had same problem, and was lucky to find this conversation.
"Joomla! Plugins -> User - Joomla! -> click save" helped also in my case !
@dsimonse can you please confirm which Joomla! Version auto set the password? I've never known this to be a core feature of Joomla! Nor can I see it as a confirm option anywhere.
What you describe is a feature of Wordpress however.