riverrun / phauxth

Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications
409 stars 21 forks source link

password field does not show up in http://localhost:4000/users/new #97

Closed AndreasBraun2015 closed 5 years ago

AndreasBraun2015 commented 5 years ago

The <%= if @action == :create do %> should be probably removed in templates/user/form.html.eex

riverrun commented 5 years ago

I think you are using an older version of the installer / example app. If you update to the latest version, it should be working ok.

mclosson commented 5 years ago

I also just ran into this issue after creating a new phoenix application and installing the installer, then running the installer like this:

$ mix archive.install https://github.com/riverrun/phauxth_installer/raw/master/archives/phauxth_new.ez
$ mix phauxth.new --confirm --remember
riverrun commented 5 years ago

Thanks for letting me know - I've just updated the installer, so it shoudl be working now.

AndreasBraun2015 commented 5 years ago

Ah I see, I try the updated version, thank you two

AndreasBraun2015 commented 5 years ago

Works, thank you