You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated long description in setup.py to match new intro in README.
* README now uses more levels of headings; it's less ambiguous when descriptions are multiple paragraphs.
* Config mapping is now upgraded properly with Windows domain-stripping setting.
* Domain-stripping settings on config page now have explanation factored out and provide examples.
* Refactored domain-stripping tests.
* Fixed a bug where testWinDomainStrippingOff was setting the wrong setting (but working anyway because the default was suitable).
* Bumped version to 1.4dev.
* Moved GenericSetup profile registration into Python code so we can…
… skip it if Plone isn't around. Closes #1193.
* Updated upgrade instructions: we need a reinstall to put the new login link and the login_form override in place.