Usernames cannot start or end with a space.
This commit is contained in:
parent
7e63f741c5
commit
4de8575c30
2 changed files with 36 additions and 31 deletions
|
|
@ -5,6 +5,14 @@ INSERT INTO international VALUES (12,'Poll',7,'
|
|||
alter table page modify title varchar(255) null;
|
||||
update international set lastUpdated='1031510000' where lastUpdated='1031516049';
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (723,1,'WebGUI','Deprecated', 1031800566);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=727;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (727,1,'WebGUI','Your password cannot be "password".', 1031880154);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=725;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (725,1,'WebGUI','Your username cannot be blank.', 1031879612);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=724;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (724,1,'WebGUI','Your username cannot begin or end with a space.', 1031879593);
|
||||
delete from international where languageId=1 and namespace='WebGUI' and internationalId=726;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (726,1,'WebGUI','Your password cannot be blank.', 1031879567);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue