##// END OF EJS Templates
fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values
fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values

File last commit:

r1:854a839a default
r5488:186b51dd default
Show More
release-notes-2.2.8.rst
12 lines | 207 B | text/x-rst | RstLexer
/ docs / release-notes / release-notes-2.2.8.rst
project: added all source files and assets
r1 |RCE| 2.2.8 |RNS|
-----------------
General
^^^^^^^
* 2015-06-30
Fixes
^^^^^
* Security: Apply the same permission checks for the API call `create_repo`
and the web interface to create a repository.