Password Hashing

What type of password hashing does gibbon use

Gibbon uses SHA1 with a salt for all new passwords. It used to use MD5, but we upgraded. The MD5 column is still there for backwards compatibility, but is not used and will be removed at some point.

In the future we may move to a stronger hashing method.

Ross