This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Episode 124 - Beta Invitations - User Signup
Ok, if an invitation is required to sign up, how do you sign up an initial, “admin” user?
I ran the rake db:fixtures:load, and I looked at the rake source, but the passwords are not listed, so I have no idea what they are ;)
I tried putting an invitation token called ‘test’ into the invitations table, then tried http://localhost/signup/test.
I get :
- invitation is required
- Invitation has already been taken
I dumped the params, and the invitation_token is blank, so it doesn’t seem to be getting picked up from the browser url.
- EDIT.. actually the params ARE being passed to the ‘Users’ ‘new’ action, but apparently the authenticaton is failing somewhere.
I’m running rails 2.2.2.
Any ideas ?
Mike







