addict icon indicating copy to clipboard operation
addict copied to clipboard

User management lib for Phoenix Framework

Results 28 addict issues
Sort by recently updated
recently updated
newest added

Love this project, thanks so much! This may be out of scope of Addict; I'm adding it as an issue to help others who run into it. Walking through the...

enhancement

function Addict.AddictView.render/2 is undefined (module Addict.AddictView is not available)

Currently we normalize phone numbers "on the way out" using our phone_number object, and the _phonenumbers_ python package. Generally we store phone numbers both with and without country codes, generally...

If Distillery or another release tool is used to deploy an app that is using Addict, sending any email (registration, password reset) breaks.

Hi @trenpixster thanks for this great library! It's been super helpful for me so far. I'm trying to configure the styling of the addict templates. I can modify the form...

When I generate a new Phoenix application using v1.3.0, I get a directory structure that does not fit the Addict boilerplate generator. For instance, this project generates file in the...

This is just for the obsolete function calls which fixes some of the warnings. However I will start to use it with Phoenix 1.3 and fix issues as I found...

Hello, according to [the documentation](https://github.com/trenpixster/addict/blob/master/configs.md#user-model-validation), > Addict by default validates that the password is at least 6 characters long and the e-mail is valid and unique. But, out of the...

bug

Adds support for configurable alternate unique identifiers e.g. username or mobile_phone. Could be extended to remove dependency on email field if desired.