------------------
- Allow members with usernames that contain special characters
(such as when use email to login), set their own member portrait
[erral]
- PEP8 Cleanup
[pbdiode]
- Add a default password validation policy as PAS plugin,
see http://dev.plone.org/ticket/10959
- Extensions/Install.py: Don't use list as default argument value
to activatePluginInterfaces()
[patch by rossp, applied by kleist]