Projet

Général

Profil

« Précédent | Suivant » 

Révision b08bb39f

Ajouté par Serghei Mihai il y a environ 9 ans

dots removed from username

Voir les différences:

ckanext/ozwillo_organization_api/plugin.py
60 60
    organization = data_dict['organization']
61 61
    user = data_dict['user']
62 62
    user_dict = {
63
        'name': user['name'].lower().replace(' ', ''),
63
        'name': user['name'].lower().replace(' ', '').replace('.', ''),
64 64
        'email': user['email_address'],
65 65
        'password': user['id']
66 66
    }

Formats disponibles : Unified diff