collective / collective.pwexpiry

Emulate Active Directory password complexity requirements.
1 stars 6 forks source link

install the notify_and_expire script #7

Open skurfer opened 8 years ago

skurfer commented 8 years ago

This gives users a more reliable path to use when scheduling the nightly run.

You’d also need to add something like this to buildout.cfg:

[collective.pwexpiry]
recipe = zc.recipe.egg:scripts
scripts = notify_and_expire.py=notify_and_expire
jochumdev commented 8 years ago

UPDATE: Just tested this, doesn't work for me - i don't get a script notfiy_and_expire. UPDATE2: After a while i found out that you need buildout >=2.4.5 for that.

Looks good to me, what do you think @frapell ?

@skurfer can you extend the README ?