Posts: 12
Threads: 5
Joined: Jun 2010
Reputation:
0
Hi guru.
Is it possible, as a standard user (no admin), see the group members?
Thank in advance.
Best regards.
Ernesto
Posts: 181
Threads: 23
Joined: Feb 2010
Reputation:
0
Yes,
there is a user list in the account management menu.
It can be enable/disable in iside the inc.Settings (the general settings)
Posts: 12
Threads: 5
Joined: Jun 2010
Reputation:
0
Hi Matteo,
what's the right variable in "inc.Settings.php" file to change in order to enable the standard account to see the groups?
Thanks for all.
Best regards.
Ernesto
Posts: 181
Threads: 23
Joined: Feb 2010
Reputation:
0
// enable/disable group and user view for all users
var $_enableUsersView = true;
Posts: 181
Threads: 23
Joined: Feb 2010
Reputation:
0
The list in the account management is a feature introduced in the newest release.
To obtain it update your installation to the last version of letoDMS
Posts: 12
Threads: 5
Joined: Jun 2010
Reputation:
0
Hi Matteo,
is there a procedure to update from 1.7.2 to 1.8?
Thanks in advance.
BR.
Ernesto
Posts: 181
Threads: 23
Joined: Feb 2010
Reputation:
0
Yes, is included in the package (folder UPDATE).
Is composed by a
- php script (that changes the data folder organization)
- a SQL script (for the DB difference).
Remember to backup your installation before proceed.