mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
added security comment for changes at user_model::add()
This commit is contained in:
@@ -213,7 +213,8 @@ class User_Model extends CI_Model {
|
||||
// FUNCTION: bool add($username, $password, $email, $type)
|
||||
// Add a user
|
||||
// !!!!!!!!!!!!!!!!
|
||||
// !! IMPORTANT NOTICE: Please inform DJ7NT and/or DF2ET when adding/removing/changing parameters here.
|
||||
// !! IMPORTANT NOTICE: Please inform DJ7NT and/or DF2ET when adding/removing/changing parameters here.
|
||||
// !! Also make sure you modify Header_auth::_create_user accordingly, otherwise SSO user creation will break.
|
||||
// !!!!!!!!!!!!!!!!
|
||||
function add($username, $password, $email, $type, $firstname, $lastname, $callsign, $locator, $timezone,
|
||||
$measurement, $dashboard_map, $user_date_format, $user_stylesheet, $user_qth_lookup, $user_sota_lookup, $user_wwff_lookup,
|
||||
|
||||
Reference in New Issue
Block a user