API de creación de usuarios: el atributo 'active' establecido en True pero devuelve False en la respuesta


Yes, it seems that the reason for the failure was the flag normalize_email:true it’s true by default. As I turned it off the users got created… However, the API is not considering the normalize_emails flag and is returning success eventhough the user never got created or activated for that matter :confused: Should I report this in discourse github ?

2 Me gusta