pupupu

simple static CMS for crappy servers
git clone https://git.ce9e.org/pupupu.git

commit
1971de035ec06443689a32d9b9b4045d26752f72
parent
b4653c24022217aea2350f4c9c9c4dadd30eef9e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-10-20 23:03
README: add note about missing auth

Diffstat

M README.md 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -83,3 +83,9 @@ There are also some special filters available:
   83    83     Extra](https://michelf.ca/projects/php-markdown/extra/)
   84    84 -   `shift_headings` - useful to fit user-generated content into the document
   85    85     outline
   -1    86 
   -1    87 ### Security
   -1    88 
   -1    89 Pupupu does not include an authentication system itself. It is strongly
   -1    90 recommended to do this on the server level. Otherwise, **anyone can edit
   -1    91 everything**!