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
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,697
Issues
1,697
List
Boards
Labels
Service Desk
Milestones
Merge Requests
91
Merge Requests
91
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
4a907455
Commit
4a907455
authored
Oct 09, 2018
by
Ryan Herbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db.py set group for two-step verification
See
#3367
parent
dd14adbf
Pipeline
#44885
passed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server/web2py/applications/vidjil/models/db.py
server/web2py/applications/vidjil/models/db.py
+1
-0
No files found.
server/web2py/applications/vidjil/models/db.py
View file @
4a907455
...
...
@@ -75,6 +75,7 @@ response.generic_patterns = ['*'] if request.is_local else []
from
gluon.tools
import
Auth
,
Crud
,
Service
,
PluginManager
,
prettydate
auth
=
VidjilAuth
(
db
)
auth
.
settings
.
two_factor_authentication_group
=
"auth2step"
crud
,
service
,
plugins
=
Crud
(
db
),
Service
(),
PluginManager
()
...
...
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