You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
disable geddy from uninstalling geddy-passport (comment lines 73/74 and add installPackages();
create the directory app/helpers/passport
cd lib/passport
cp *.js ../../app/helpers/passport
rename app/views_swig/users/_form.html.swig to app/views_swig/users/form.html.swig
Looks like some directories were re-arranged and not taken into account in the auth.jake, also the form files in all the template view folders need the _forms renamed.
The text was updated successfully, but these errors were encountered:
To get it to work, I had to do the following:
Looks like some directories were re-arranged and not taken into account in the auth.jake, also the form files in all the template view folders need the _forms renamed.
The text was updated successfully, but these errors were encountered: