This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ad1ca375e237a7ab67afb372fa3436a4e1441df1
librenms-librenms
/
database-update.sql
T
2 lines
68 B
SQL
Raw
Normal View
History
Unescape
Escape
- Added support in MySQL auth to prohibit users from modifying their password.
2011-05-05 14:54:12 +00:00
ALTER
TABLE
users
ADD
can_modify_passwd
TINYINT
NOT
NULL
DEFAULT
1
;
Reference in New Issue
Copy Permalink