ByteOtter / OtterDen

A small Flask based blog application. Built for learning purposes only.
GNU General Public License v3.0
2 stars 1 forks source link

Add proper user settings page #85

Closed ByteOtter closed 1 year ago

ByteOtter commented 1 year ago

What does this PR change?

Adds privacy options to the user settings page. Users are now able to hide their mail adress and their posts. The latter only from unauthorized users

Tick the applicable box:

UI changes

provide description here or remove all unapplicable lines below

before:

after: find two checkboxes in the account settings page allowing the user to hide personal information and their posts from unauthorized users

Links

In case your changes fix an existing issue please link it below:

fixes #52

Documentation