Old Aiki site should run the following on their database:

alter table aiki_users add unique (username);

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

Title:
  The aiki database settings do not enforce unique usernames

Status in Aiki Framework:
  Fix Released

Bug description:
  Aiki can try to provision for unique usernames on sign-up through the
  'unique_textinput' setting in aiki form markup. However, this is not
  enforced on the database level.

  When the aiki_users table is created it should specify a UNIQUE INDEX
  for the username field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/795820/+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