smpallen99 / coherence

Coherence is a full featured, configurable authentication system for Phoenix
MIT License
1.27k stars 225 forks source link

Generated controllers out of sync #362

Closed DanielDent closed 6 years ago

DanielDent commented 6 years ago

The controllers generated by the mix coh.gen.controllers mix task appear to be out of date with the controllers which are used by default. There have been a number of minor updates/bugfixes (e.g. Ecto.DateTime.utc() vs NaiveDateTime.utc_now()) which have not made their way into the auto-generated controllers.

smpallen99 commented 6 years ago

I just regenerated the controllers in my last couple of pushed. This should be resolved.