Usergroup names will return to default values (Bug?) Usergroup names will return to default values (Bug?)
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Usergroup names will return to default values (Bug?)

Started by Schnurstracks, April 06, 2006, 04:41:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Schnurstracks

Hi,

I tried to change the names of the default usergroups (Administrators, Registered, etc.). After applying the modifications, I checked the result in the userlist, everything was alright (data was correctly written to the database). But when I revisited the group settings, the group names were set to the former (default) values. Quota, Permissions, Personal Gallery settings, etc. were still correct, just the group names are always beeing reset when hitting the "Group" button.

Tested on a fresh 1.4.4 install.

TIA for your help.

mrmknet

I know my reply is more than one year late, but i installed coppermine few days ago and this problem was driving me mad, I searched a lot for a solution and this was one of the topics I ran into... At last I didn't find anyone else reporting this problem and with no reply here, I tried to look through the code to find what is causing this problem and I liked to live my attempt here as a reference for anyone later facing the same problem.

open bridge/coppermine.inc.php
find
$udb_groups = array(1 =>'Administrators', 2=> 'Registered', 3=>'Guests', 4=> 'Banned');

Remove "1 =>'Administrators', "
Or change the word administrator to the groupname you want, but when u want to change it again u will have to remodify this file (as entering the groups page will reset the group name to the value set above)