Ticket #2523 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

Not able to create administrator with ling list of modules

Reported by: VoipForces Assigned to: p_lindheimer
Priority: minor Milestone: 2.4
Component: Core Version: SVN-HEAD
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If we want to create a user with access to multiple modules, the 255 char fiels is not long enough.

Using a blob type might be a better idea:

DROP TABLE IF EXISTS ampusers; CREATE TABLE ampusers (

username varchar(20) NOT NULL default , password varchar(20) NOT NULL default , extension_low varchar(20) NOT NULL default , extension_high varchar(20) NOT NULL default , deptname varchar(20) NOT NULL default , sections blob NOT NULL default , PRIMARY KEY (username)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Change History

11/30/07 16:55:11 changed by p_lindheimer

  • confirmation changed from Unreviewed to Confirmed.
  • milestone changed from Cut Line to 2.4.

not the only places that is limited by that either. I'll put it against Milestone 2.4 and try to get it included into the upcoming beta and release.

12/05/07 01:03:40 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

12/05/07 01:04:29 changed by p_lindheimer

  • version changed from 2.3.1 to SVN-HEAD.