OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

User Management #2

Closed MGlauer closed 2 years ago

MGlauer commented 8 years ago

We need a user management for our platform. For starters each user should be able to login and manage a profile that consists of his name, mail-address (per default hidden) and his affiliation. Maybe we will extend this profiles later.

Django seems to come with a package for user management: django.contrib.auth.forms

MGlauer commented 8 years ago

There is a chapter in the django doc on authentication: https://docs.djangoproject.com/en/1.9/topics/auth/ and a section on how to customise it: https://docs.djangoproject.com/en/1.9/topics/auth/customizing/

This should be useful.

Ludee commented 7 years ago

I want to have a profile picture and see other profiles. It should be linked to the openmod wiki profile and get data.

beritRLI commented 7 years ago

I thought it is linked to the wiki profile. Can it use the wiki picture (if one is there)?

Ludee commented 6 years ago

User management works but could need some nice feature. Low prio

christian-rli commented 5 years ago

When working on this we should rethink the entire concept: registration, activation (yes/no), password security (ssh-implementation). Making user profiles nice is a nice to have.

Bachibouzouk commented 4 years ago

@MGlauer - can this issue be linked to a PR/branch ?

stefaneidelloth commented 4 years ago

I just registered as a new user and I see some buttons "Manage Profile" and "Manage Group". If that is not yet implemented, in my opinion the buttons should not be shown. image

https://openenergy-platform.org/user/profile/None/edit

Page not found!

Sorry, we can't find that page! It might be an old link or maybe it moved. Please use the navig

MGlauer commented 4 years ago

These buttons are functional, but only for authenticated users. They should be hidden for anonymous users.

MGlauer commented 4 years ago

Should be fixed now

christian-rli commented 4 years ago

What is needed to close this issue? Could someone post a list with check boxes that we can tick off one by one?

christian-rli commented 2 years ago

The things asked for in this issue originally have been implemented. Therefore closing this now.