Add default edit-perms for chars. Resolve #2575.
This commit is contained in:
parent
e4c1583705
commit
14d9bc835c
1 changed files with 2 additions and 1 deletions
|
|
@ -2236,7 +2236,8 @@ class DefaultCharacter(DefaultObject):
|
||||||
# Will be formatted with the appropriate attributes.
|
# Will be formatted with the appropriate attributes.
|
||||||
lockstring = (
|
lockstring = (
|
||||||
"puppet:id({character_id}) or pid({account_id}) or perm(Developer) or pperm(Developer);"
|
"puppet:id({character_id}) or pid({account_id}) or perm(Developer) or pperm(Developer);"
|
||||||
"delete:id({account_id}) or perm(Admin)"
|
"delete:id({account_id}) or perm(Admin);"
|
||||||
|
"edit:pid({account_id}) or perm(Admin);"
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue