Reset wachtwoord naar 123 voor ieder die nog geen wachtwoord had.
svn path=/Customer/trunk/; revision=14950
This commit is contained in:
17
SUTF/Once/SUTF#21396-B.sql
Normal file
17
SUTF/Once/SUTF#21396-B.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
spool SUTF21396-b.log
|
||||
|
||||
ALTER TRIGGER prs_t_prs_perslid_b_iu DISABLE;
|
||||
|
||||
BEGIN
|
||||
FOR c IN (SELECT prs_perslid_key
|
||||
FROM prs_perslid
|
||||
WHERE prs_perslid_wachtwoord_hash IS NULL)
|
||||
LOOP
|
||||
prs.setpassword(c.prs_perslid_key, '123');
|
||||
END LOOP;
|
||||
END;
|
||||
/
|
||||
|
||||
ALTER TRIGGER prs_t_prs_perslid_b_iu ENABLE;
|
||||
|
||||
spool off;
|
||||
Reference in New Issue
Block a user