diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-04 22:49:08 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-04 22:49:08 +0000 |
commit | a83d60fc729ca7e261057f7ecc6f4ff670382759 (patch) | |
tree | 0d53dd06e808d8e97d31f1204c5ad777096d321a /doc/release_notes | |
parent | 55ec8ca247633af66dacaa15f166ebae65e4ab3a (diff) |
Removed the underscore from valid login names since it was causing regex errors.
Fixed the system so that the db upgrade script works.
Added some new tasks, notes, etc to TODO.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@21 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'doc/release_notes')
-rw-r--r-- | doc/release_notes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release_notes b/doc/release_notes index 8809ce0a..88371732 100644 --- a/doc/release_notes +++ b/doc/release_notes @@ -14,7 +14,7 @@ time. 2.1: Login name restrictions Logins in SQL-Ledger can contain any printable characters. In LedgerSMB these -are restricted to alphanumeric characters and the symbols ., @, _, and -. +are restricted to alphanumeric characters and the symbols ., @, and -. 2.2: Session handling SQL-Ledger as of 2.6.17 uses session tokens for authentication. These tokens |