~azzar1/unity/add-show-desktop-key

  • Committer: mattgiuca
  • Date: 2008-02-15 07:14:52 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:478
scripts/usrmgr-server: Renamed actions from dashes to underscores.
    (Consistency).
    accept_user returns a dict instead of None.

apps.py: Turned off auth for userservice (otherwise requests can't come thru
    from a user who is not activated; dispatch blocks such requests).
    Userservice does its own auth from now on.

userservice: Now makes the call to usrmgt-server for accept_me.
    Does authentication (since we can't do it at dispatch level).

tos.js: Clicking Accept now makes an Ajax call to userservice to get the
    account activated.

WHAT WORKS: Clicking the button now gets the account activated. There are some
    rough edges and errors won't be handled well.
WHAT DOESN'T: After clicking, the user is left thinking that nothing happened.
    They have to log out and back in again to enable themselves.
    (This is noted in the bug tracker).
Filename Latest Rev Last Changed Committer Comment Size
..
config 1 17 years ago drtomc An initial checkin. Diff
scripts 1 17 years ago drtomc An initial checkin. Diff
Makefile 6 17 years ago drtomc Make a bunch of small changes suggested by Ivo. 4.1 KB Diff Download File
README 4 17 years ago drtomc Add info about how to add a user. 3.7 KB Diff Download File
TODO 6 17 years ago drtomc Make a bunch of small changes suggested by Ivo. 92 bytes Diff Download File