Skip to content

Commit

Permalink
Dev: minimal comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Feb 14, 2020
1 parent 8eedb50 commit a1d4f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/User.php
Expand Up @@ -566,7 +566,7 @@ class='btn btn-sm btn-danger'

// Superadmins can do everything, no need to do further filtering
if (Permission::model()->hasGlobalPermission('superadmin', 'read')) {
//Prevent users to modify original superadmin. Super admin can change his password on his account setting!
//Prevent users to modify original superadmin. Original superadmin can change his password on his account setting!
if ($this->uid == 1) {
$editUserButton = "";
}
Expand Down

0 comments on commit a1d4f73

Please sign in to comment.