#11 closed enhancement (fixed)
Pull data from user, not certificate
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.2 |
| Keywords: | Cc: |
Description
Currently, a bunch of information (default reimbursee and signatory) are pulled from the certificate it is accessed with. Now that #7 has been solved, it would make sense to use the user object instead, since that allows non-certificate login.
Change History (2)
comment:1 Changed 16 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 16 years ago by adehnert
- Milestone changed from Sometime to 0.2
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)
commit 37c15c4252901ab910f55e0c0de2bd78e4406128 Author: Alex Dehnert <adehnert@mit.edu> Date: Sat Mar 20 05:54:38 2010 -0400 Pull defaults from user object not certificate In order to make Remit work better on a Django test server or possibly with non-MIT group members, pull data like name and email from the user object instead of certificate, since as of Trac #7 getting resolved we have that data. Closes #11