Closed marckunze closed 9 years ago
Assigning to @MarkHammondJr since he's already been working on this already. And see #21 for some other comments about the whole thing.
Also just noting that this includes basic user add and login. Although that should be fairly obvious.
Hey @MarkHammondJr do we just need to validate that this works on the local and on staging now? 203c5d0125a4a5594b2d1f1f3089ac303a333ff1
I checked that it was working in staging during class, but double checking before moving on is always a good idea.
This one looks good, I'm closing, thanks.
was using new_user.erb to work on some styling 8281fbfc644b7bbbd594702bc3b0a05ffd91551f during the process, found out user account can be created without a password. consequently, login can be made without password. is this a feature or a bug?... can fix easily with required attribute but just wondering.
I saw that too but I keep forgetting to change it.
As of https://github.com/marckunze/rancor/commit/ebdd813ea4b4804a2658895f38e97f796a1a0266 this is no longer a oversight. it's an intentional choice for the purpose of testing.
Need to create a page and method for authenticating users.