I am working on a project to change the password format settings for an existing DNN site. Everything I have read so far seems to indicate that it should be as easy as making a change to the web.config file.
How would this affect current password being stored in the SQL backend? Would there be any need to re-encrypt/re-hash these passwords, or would DNN handle this automatically.