]> git.openstreetmap.org Git - osqa.git/commit
SPLUNK-198. Long usernames used to cause trouble with the UI. Every username length...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 6 Apr 2011 14:53:34 +0000 (14:53 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 6 Apr 2011 14:53:34 +0000 (14:53 +0000)
commit4dd05e7d3aeab9542cd63f7fe056f446f3f3b70e
treea50caeccccf77d7dfae50443f45b99f9875d9af8
parentf03a884d95337038ffbefc3776a1ca9cbc8e32aa
SPLUNK-198. Long usernames used to cause trouble with the UI. Every username length should be reasonable, but some users use radiculously long usernames. For such cases two new settings have been added to the Users Set. TRUNCATE_LONG_USERNAMES and TRUNCATE_USERNAMES_LONGER_THAN. This way we provide an easy interface that lets the admins specify whether the long usernames should be truncated and after which character that should happen.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@935 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/models/user.py
forum/settings/users.py