I’ve been trying to use Restful Authentication and I have the latest
version installed.
The issue I’m having is for example:
During user signup, if any fields are not properly completed the user
should get an error message with the number of errors they received. In
my case, the error box and the error messages are stacked on top of each
other. In addition, if nothing is filled out there are 8 errors… So in
this case it is even worse:
Error 1 is hidden behind the flash error box.
Error 2 is visible
Error 3 is visible
Error 4 is visible
Error 5 is visible
Error 6 is visible
Error 7 is jumbled up on Error 3’s line to the right
Error 8 is jumbled up on Error 5’s line to the right
I have a 924px Div box that all of this sits in. Not a biggie ( I
figured I’d go adjust the templates myself ).
Only, I can’t find them…
I’ve dug into every file within the plugin itself.
I’ve dug into the user model, the user helper, the user index and the
user controller…
I’ve scoured the web…
I found traces of those errors in
vendor/plugins/restful_authentication/lib/authentication.rb but I don’t
see the view templates or where to adjust them…
Can anyone point me to the right direction please?
Thanks…