Changing Passwords

54 views
Skip to first unread message

johndo...@gmail.com

unread,
Feb 24, 2015, 9:54:05 AM2/24/15
to moll...@googlegroups.com
Hi Samuli.

Another two Questions:

- Editing the Userpasswords via Admin is no longer working. If you click the Keyicon under "Users" and set a new Password, its not possible to save the new Password.
- If you give Users the Permission "Change Password", theres no Option to edit the Password under the Useraccounts?

Greetz

super...@gmail.com

unread,
Feb 25, 2015, 6:25:06 AM2/25/15
to moll...@googlegroups.com, johndo...@gmail.com
Hi Samuli, 

I've the same problem...
I can't neither change the password of Admin nor the users !
A pop-up appear " Request failed".

Any solution ?

Up !

Samuli Järvelä

unread,
Feb 26, 2015, 6:59:45 AM2/26/15
to moll...@googlegroups.com, johndo...@gmail.com, super...@gmail.com
Was this related to https://github.com/sjarvela/mollify/issues/5 (and thus no more relevant)?

If not, could you get the PHP error log? The message "Request failed" itself does not yet tell anything

johndo...@gmail.com

unread,
Feb 26, 2015, 11:30:47 AM2/26/15
to moll...@googlegroups.com, johndo...@gmail.com, super...@gmail.com
Hi Samuli.

Thanks

"enable_change_password" => TRUE,
"no_udev_random" => true,

fixed the Problem.

wfo...@gmail.com

unread,
Mar 3, 2015, 10:01:16 AM3/3/15
to moll...@googlegroups.com, johndo...@gmail.com
Hi,

I tried this

"enable_change_password" => TRUE,
"no_udev_random" => true,
 
but it did not work.
I still get

Request Failed
RESPONSE error {0:104, 1:Feature disabled, 2:403} Required feature not enabled: change_password

Any help?
Many thanks!!

Mollify

unread,
Mar 4, 2015, 4:09:18 AM3/4/15
to moll...@googlegroups.com, johndo...@gmail.com, wfo...@gmail.com
First of all, don't use "udev_random" unless you are certain it is required. It controls how password library generates random sequences (https://github.com/sjarvela/mollify/wiki/Backend-configuration-options#disable-devurandom-access-no_udev_random). This has nothing to do with enabling/disabling the feature.

Secondly, latest version has this feature enabled by default, so you should not need to enable it explicitly.

But in the end, "enable_change_password" alone should control the feature, and if it does not, perhaps it is in wrong place in configuration.php. It should be in first level in the $CONFIGURATION array.

wfo...@gmail.com

unread,
Mar 4, 2015, 4:26:43 AM3/4/15
to moll...@googlegroups.com, johndo...@gmail.com
Thanks, now it works

Its true in the latest version "enable_change_password" is set to true (default) but located in Settings.class.php
I did not know that I have to set it in configuration.php


Samuli Järvelä

unread,
Mar 4, 2015, 6:20:33 AM3/4/15
to moll...@googlegroups.com, johndo...@gmail.com, wfo...@gmail.com
You are not supposed to edit anything else but configuration.php. All other files are replaced in update, so changes are lost.

Feature default values actually come from Features.class.php. Sure settings.class.php has the all the "enable_nnn" defined there, but those default values are not used for features, they only mark all possible settings supported. But don't modify these files.
Reply all
Reply to author
Forward
0 new messages