Home
last modified time | relevance | path

Searched refs:users (Results 1 – 6 of 6) sorted by relevance

/web-master/
H A DREADME.md10 # Create database and users:
16 mysql -unobody phpmasterdb < users.sql
19 INSERT INTO users (username, svnpasswd, cvsaccess) VALUES ('test', 'd45a6c7dfc5b0dbb3567e28900d47f5…
H A Dusers.sql3 /* various things that may hang off the users table in the future:
10 /* the users table is the main one. it contains the name, email, and
22 Abusive users can have their dns privilidges revoked using this field.
25 CREATE TABLE users ( table
H A Dnote.sql4 /* TODO: the user stuff should be linked to the users table so people could
/web-master/include/
H A Dcvs-auth.inc15 $res = db_query_safe("SELECT svnpasswd FROM users WHERE cvsaccess AND username = ?", [$user]);
27 $res = db_query_safe("SELECT 1 FROM users WHERE cvsaccess AND username = ?", [$user]);
H A Dfunctions.inc34 ["href" => "/manage/users.php", "text" => "Users"],
41 if (strstr($_SERVER["SCRIPT_FILENAME"], "users.php")) {
42 …$SEARCH = ["method" => "get", "action" => "/manage/users.php", "placeholder" => "Search profiles",…
52 …array_unshift($LINKS, ["href" => "/manage/users.php?username=" . $_SESSION["credentials"][0], "tex…
69 if (strstr($_SERVER["SCRIPT_FILENAME"], "users.php")) {
308 $res = db_query_safe("UPDATE users SET cvsaccess=1, enable=1 WHERE userid=?", [$id]);
335 $res = db_query_safe("DELETE FROM users WHERE userid=?", [$id]);
439 $query = "SELECT userid FROM users WHERE userid = ? AND (email = ? OR username = ?)";
447 "SELECT * FROM users LEFT JOIN users_note USING (userid) WHERE users.userid = ?",
451 "SELECT * FROM users LEFT JOIN users_note USING (userid) WHERE username = ? OR email = ?",
H A Demail-templates.inc12 https://master.php.net/manage/users.php?username=$userinfo[username]

Completed in 12 milliseconds