On 11/8/06, Kevin Monceaux <[EMAIL PROTECTED]> wrote: > Two things I noticed that bother me. First, the password is visible when > it's entered in CatWalk. It should be masked. Second, the password is > stored in the database in plain text. It should at least be hashed, and > preferrably a salted hash. Are there any configuration options to change > either of the above?
Take a look at your project's app.cfg file--you need to set the parameter "identity.soprovider.encryption_algorithm" to either 'md5' or 'sha1'. -- Tim Lesher <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

