auth::set_email_verified (public)

 auth::set_email_verified -user_id user_id

Defined in packages/acs-authentication/tcl/authentication-procs.tcl

Update an OpenACS record with the fact that the email address on record was verified.

Switches:
-user_id (required)

Testcases:
auth_confirm_email, acs_subsite_expose_bug_1144
Source code:
    acs_user::update  -user_id $user_id  -email_verified_p "t"
Generic XQL file:
packages/acs-authentication/tcl/authentication-procs.xql

PostgreSQL XQL file:
packages/acs-authentication/tcl/authentication-procs-postgresql.xql

Oracle XQL file:
packages/acs-authentication/tcl/authentication-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: