bassel, any comments on this one?

** Changed in: aikiframework
    Milestone: 0.9.0 => 0.9.1

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/791878

Title:
  there is no validation or restrictions on usernames

Status in Aiki Framework:
  Confirmed

Bug description:
  Aiki does not do any checking for valid usernames nor is there a way
  to specify what a valid username should be.

  In line with most web systems it seems preferable to restrict
  usernames to ascii values A-Z,a-z,0-9.

  A check can be added to system/libraries/records.php

  The function insert_from_form_to_db should include the case "username"
  where it can do the check

  It would be necessary to add a new term into aiki_dictionary via
  sql/InsertDefaults.sql such as:

  'the_username_is_not_valid', 'The username is not valid'

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/791878/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to