Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User management #67

Closed
tassia opened this issue Jun 19, 2016 · 2 comments
Closed

User management #67

tassia opened this issue Jun 19, 2016 · 2 comments
Milestone

Comments

@tassia
Copy link
Collaborator

tassia commented Jun 19, 2016

Create different user permissions and a panel to manage users only visible to "staff".

@tassia tassia added this to the 0.3-alpha milestone Jun 19, 2016
@RignonNoel
Copy link
Collaborator

RignonNoel commented Jun 24, 2016

To change password: (example)

    url(
        r'^password/$',
        'django.contrib.auth.views.password_change',
        {
            'post_change_redirect': '/company',
            'template_name': 'home/password_update_form.html'
        },
        name="change_password"
    ),
    url(
        r'^accounts/password_change/done/$',
        'django.contrib.auth.views.password_change_done'
),

@RignonNoel
Copy link
Collaborator

To list user you need to use class AuthUser de member/models.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants