Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Note Kfet 2015 django
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maxime Bombar
Note Kfet 2015 django
Commits
8daedfbe
Commit
8daedfbe
authored
Apr 11, 2018
by
Praibait
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rétablissement du masque par défaut à la connexion.
parent
8ceb8da1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
note/settings.py
note/settings.py
+2
-2
No files found.
note/settings.py
View file @
8daedfbe
...
...
@@ -270,9 +270,9 @@ _acl_restricted_weak = ["overforced", "transactions_admin", "chgpass", "comptes"
#: Dico recensant les masques de droits : ``keyword`` -> ``("nom à afficher", <masque>)``
#: ils seront proposés dans l'ordre des keywords
ACL_MASKS
=
{
'
0
_all'
:
(
_
(
u
"Tous mes droits"
),
[[],
[],
False
]),
'
2
_all'
:
(
_
(
u
"Tous mes droits"
),
[[],
[],
False
]),
'1_note'
:
(
_
(
u
"Droits note seulement"
),
[
_acl_restricted
,
_acl_restricted
,
True
]),
'
2
_basic'
:
(
_
(
u
"Droits basiques"
),
[
_acl_restricted_weak
,
_acl_restricted_weak
,
True
]),
'
0
_basic'
:
(
_
(
u
"Droits basiques"
),
[
_acl_restricted_weak
,
_acl_restricted_weak
,
True
]),
}
_acl_masks_keys
=
ACL_MASKS
.
keys
()
_acl_masks_keys
.
sort
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment