riverrun / openmaize

No longer maintained - was an Authentication library for Plug-based applications in Elixir
Other
206 stars 30 forks source link

Installer Generates API template for HTML site. #85

Closed ghost closed 7 years ago

ghost commented 7 years ago

When using the installer for an html site, and using the --confirm option, the controller for password resets appears to be the one used for APIs.

The issue seems to be here.

riverrun commented 7 years ago

Thanks for pointing this out. I've updated the archive, so it should be ok now.

If you are using the unique_id argument (to use email instead of username, for example), you will need to edit the session/new.html.eex file. I'm thinking of dropping this argument - see #86 for details.

ghost commented 7 years ago

Thanks! I'll bew playing around during the weekend, and ty things out :smile: