This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
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
librenms-librenms
/
html
/
includes
/
authentication
History
mchasteen
a1ef2e0f69
Fixed the mysql auth include and the db schema. I set the desc field to be a varchar(200) and set it to be NULL by default (this is a personal preference but since it was not set in the code...). I fixed adduser function in html/includes/authentication/mysql.inc.php. I added $description and $twofactor to the function argument with default values and added descr and twofactor elements in the array passed to the dbInsert function call. OpenSuSE 13.2
2015-02-26 23:03:05 +00:00
..
http-auth.inc.php
Updated adduser to check for existing user and use password hashing
2014-10-06 18:39:48 +01:00
ldap.inc.php
Fixed the scrut coding style issues
2015-02-22 16:45:40 +00:00
mysql.inc.php
Fixed the mysql auth include and the db schema. I set the desc field to be a varchar(200) and set it to be NULL by default (this is a personal preference but since it was not set in the code...). I fixed adduser function in html/includes/authentication/mysql.inc.php. I added $description and $twofactor to the function argument with default values and added descr and twofactor elements in the array passed to the dbInsert function call. OpenSuSE 13.2
2015-02-26 23:03:05 +00:00
twofactor.lib.php
Added TwoFactor Authentication (RFC4226)
2014-12-28 15:40:40 +00:00