This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
5
Fork
You've already forked salix
2
Code
Issues
Pull Requests
71
Releases
Wiki
Activity
162faf0d01
salix
/
db
/
changes
/
232601
/
00-user.sql
2 lines
100 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(2fa): email 2fa Refs #5475
2023-04-04 12:59:33 +00:00
alter
table
`
account
`
.
`
user
`
Added translations & enable through departments
2023-04-11 05:39:43 +00:00
add
`
twoFactor
`
ENUM
(
'
email
'
)
null
comment
'
Two-factor auth type
'
;