gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
690 stars 160 forks source link

The anonymous user would show up as a blogger without roles #34

Closed gouthambs closed 9 years ago

gouthambs commented 9 years ago

In version 0.3.2, an anonymous user will see the add blog button when permissions is not enabled. Even though, the views remain protected, the add blog button should not appear. This seems only a cosmetic bug!