Home
last modified time | relevance | path

Searched refs:email_validated (Results 1 – 11 of 11) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/ops/
H A Dlist_new_users.php67 $email_validated = $row->email_validated; variable
107 if ($email_validated) {
H A Dteam_export.php72 if (!$user->email_validated) {
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dteam_search.php100 echo $user->email_validated?"Yes":"No";
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/db/
H A Dboinc_db_types.h213 bool email_validated; // deprecated member
H A Dschema.sql111 email_validated smallint not null, field
H A Dboinc_db.cpp373 email_validated, donated in db_print()
414 email_validated = atoi(r[i++]); in db_parse()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Duser.inc228 if (defined("SHOW_NONVALIDATED_EMAIL_ADDR") && !$user->email_validated) {
605 …lt_time, seti_total_cpu, has_profile, cross_project_id, passwd_hash, email_validated, donated) val…
H A Dteam.inc99 … row2("Founder email validated", $founder->email_validated?"Yes":"No (team will not be exported)");
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/
H A Dcheckin_notes_200510067 - added passwd_hash, email_validated fields to user table
11090 - When user changes email address, set email_validated=0
H A Dcheckin_notes_200712093 - web: if user changes email addr, clear email_validated
H A Dcheckin_notes_200613700 - deprecate the email_validated field of user table.