2009/3/10 Roger Ineichen <dev@projekt01.ch>:
Hi steering group and Dan
During update z3c.authenticator and replace the password with the new zope.apssword implementation, I saw that the vocabulary "Passsword Manager Names" is not available in the zope.password package.
I think the password package should also provide this vocabulary. Or at least the zope.app.authentication package should not configure that.
Do you see any solution to solve that problem that not both package zope.app.authentication and z3c.authenticator configure that utility within the same name (needs the exclude directive for make that working)
This was done to avoid dependency on zope.schema. However, I also find it very useful to have that vocabulary in zope.password. I think we can add it to the "vocabulary" submodule without adding dependency on zope.schema at egg level, because one who wants to use the vocabulary probably already has zope.schema installed. I'll do that. -- WBR, Dan Korostelev