* Users with "system" role can change all items accross the system including the password changing for other users. * Login "system" has persistant "system" role. * "system" login name is restricted for the user input. Change-Id: Ibaecba35a86f71fa8895ce9d9feab8e768b65d14mr10.3
parent
938eef9140
commit
03271187c7
@ -0,0 +1,14 @@
|
|||||||
|
package NGCP::Panel::Authentication::Store::SystemACLRole;
|
||||||
|
use Sipwise::Base;
|
||||||
|
|
||||||
|
my $instance;
|
||||||
|
|
||||||
|
sub new {
|
||||||
|
my $class = shift;
|
||||||
|
$instance ||= bless {}, $class;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub id {-1};
|
||||||
|
sub role {'system'};
|
||||||
|
|
||||||
|
1;
|
Loading…
Reference in new issue