mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
fix migrations, acceptance testing for auth, 32 char username limit
This commit is contained in:
parent
fdd4017523
commit
5dfc715148
18 changed files with 247 additions and 125 deletions
|
@ -1,4 +1,4 @@
|
|||
Fabricator(:site) do
|
||||
username { Faker::Internet.email }
|
||||
username { SecureRandom.hex }
|
||||
password { 'abcde' }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue