Minor
Have not tried
Linux
v0.711
- Create a new user with login
- Wait for notification mail to arrive
- Click on the "Please set a password to activate it." link in the mail
- Set a new a password and click "Submit"
Operation will abort with the following message: "Item has been modified during your editing by Unknown (1 minutes ago). Your changes can not be submitted." The new user is effectively forbidden to update his own profile.
Replace line
from db/db_item.inc.php, line 1451
if($this->modified_by != $auth->cur_user->id) {
with
from db/db_item.inc.php
if($this->modified_by != $auth->cur_user->id && $this->modified_by != FINIT_CUR_USER) {