mattmakesmaps / PntTrax

A simple web application to import, store, and retrieve field collected data.
0 stars 3 forks source link

Authorization/Authentication #37

Closed mattmakesmaps closed 11 years ago

mattmakesmaps commented 11 years ago

Users that are members of a particular client group should only be able to see those datasets associated with the that particular client.

mattmakesmaps commented 11 years ago

Looks like there are two paths to go about it.

Create a Custom User Model.

Note Remember to update settings.py to point to new user model.

Pros:

Cons

Create a Separate Profile Model

Pros:

Cons: