2011-07-18, 16:50:29
@author mikeh
thanks a lot for your work!
there is another issue
bug-report (GS 3.0 + multiuser 1.2.1)
*******************************
restricted user "test" (can see only "pages","files" and "settings")
-> after edit his own profile, like changing password
-> in the test.xml all permissions get lost ...
-> test-user has now admin-rights :-( no more restricted
test.xml before:
test.xml after:
best regards from germany!
thanks a lot for your work!
there is another issue
bug-report (GS 3.0 + multiuser 1.2.1)
*******************************
restricted user "test" (can see only "pages","files" and "settings")
-> after edit his own profile, like changing password
-> in the test.xml all permissions get lost ...
-> test-user has now admin-rights :-( no more restricted
test.xml before:
Code:
<item><USR>test</USR><PWD>xxx</PWD><EMAIL>xxx</EMAIL><HTMLEDITOR>1</HTMLEDITOR><TIMEZONE>Europe/Brussels</TIMEZONE><LANG>de_DE</LANG><PERMISSIONS><PAGES></PAGES><FILES></FILES><THEME>no</THEME><PLUGINS>no</PLUGINS><BACKUPS>no</BACKUPS><SETTINGS></SETTINGS><SUPPORT>no</SUPPORT><EDIT></EDIT><LANDING></LANDING><ADMIN>no</ADMIN></PERMISSIONS></item>
test.xml after:
Code:
<item><USR>test</USR><PWD>xxx</PWD><EMAIL>xxx</EMAIL><HTMLEDITOR>1</HTMLEDITOR><TIMEZONE>Europe/Brussels</TIMEZONE><LANG>de_DE</LANG></item>
best regards from germany!