diff options
author | FreeArtMan <dos21h@gmail.com> | 2014-12-29 11:17:03 +0900 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2014-12-29 11:17:03 +0900 |
commit | 0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee (patch) | |
tree | fd986eb78dc1a939f82f5e381f2656d5efde008e /users/README | |
parent | b1ff1b050ea269775fc35c732baa650db5fe5b9f (diff) | |
download | microbbs-0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee.tar.gz microbbs-0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee.zip |
Added user descr. Added string lib from some nice guy
Diffstat (limited to 'users/README')
-rw-r--r-- | users/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/users/README b/users/README new file mode 100644 index 0000000..5bfadbc --- /dev/null +++ b/users/README @@ -0,0 +1,18 @@ +Now user file is very simple with no special stuff, and as in bbs nothing personal +and not so serious for personal life then password is unecrypted in this of +user auth implementation. + +In guture linuxpam or any other secure authentification system should be used. +(futures is same as guture). + + +No special characters only [a-z][A-Z][0-9]. + +Example: + +user1 pass1 +root asd123 + + +As there is no big interest in BBS then while all this stuff will stay +"unsecure" and "oldschool" |