Code review comment for lp://staging/~camptocamp/ocb-addons/improve_auth_crypt-nbi

Revision history for this message
Holger Brunn (Therp) (hbrunn) wrote :

Actually, init() is called every time you start your server. But take a closer look at the columns in question: The plain text password lives in password, while the encrypted one goes to password_crypt. When encrypting a password, we fill password_crypt and clear password, so we won't run into problems here.

« Back to merge proposal