summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-12-29 11:17:03 +0900
committerFreeArtMan <dos21h@gmail.com>2014-12-29 11:17:03 +0900
commit0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee (patch)
treefd986eb78dc1a939f82f5e381f2656d5efde008e /users
parentb1ff1b050ea269775fc35c732baa650db5fe5b9f (diff)
downloadmicrobbs-0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee.tar.gz
microbbs-0aa0acedcbf8c19ad7049335c7abbb0f71e2cdee.zip
Added user descr. Added string lib from some nice guy
Diffstat (limited to 'users')
-rw-r--r--users/README18
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"