mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
minor changes
This commit is contained in:
parent
8607a42e34
commit
c1fe6c235c
8 changed files with 11 additions and 10 deletions
|
@ -423,6 +423,7 @@ sub save_account(){
|
|||
my $email = $R::txt08;
|
||||
$email =~ s/\s//g;
|
||||
my $confirm_digest = sha1_base64($email . $valxx);
|
||||
$confirm_digest =~ s/[I1LO0]//ig;
|
||||
$u_rows = $dbt->update_one($dbh,$update_primary,"txt34='$confirm_digest'");
|
||||
}
|
||||
#user alias email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue