root / nephthys_users.php

View | Annotate | Download (9.7 KB)

# Date Author Comment
bc003de0 12/25/2008 09:51 AM Andreas Unterkircher

reorder output handling, resolves #137

  • NEPHTHYS_TMPL will return results to the caller function
    instead of printing them directly.
  • NEPHTHYS init() is the only function outside NEPHTHYS_RPC
    which will invoking print() to output the initial
    template content of index.tpl...
8ea44147 12/21/2008 04:06 PM Andreas Unterkircher

modify bucket expiration time via user-management, resolves #112

Signed-off-by: Andreas Unterkircher <>

fbaee801 10/28/2008 08:35 PM Andreas Unterkircher

sort columns, resolves #37

Signed-off-by: Andreas Unterkircher <>

e9535274 10/25/2008 11:40 AM Andreas Unterkircher

show privileges in user-management overview, resolves #94

Signed-off-by: Andreas Unterkircher <>

802b7a0f 10/18/2008 03:20 PM Andreas Unterkircher

make user-language selectable via user-management, refs #57

Signed-off-by: Andreas Unterkircher <>

2e92825b 10/18/2008 11:20 AM Andreas Unterkircher

make user-management look more similar to other Nephthys modules

  • update user-list view
  • Options are now called Actions (like in the other modules)
  • link for creating new users is now placed outside the table

this resolves issue #89

Signed-off-by: Andreas Unterkircher <>

ec4319a4 10/05/2008 10:40 AM Andreas Unterkircher

new flag to deny user to change his password, refs #71

  • upgrade of database schema to version 6
    additional column user_deny_chpwd in nephthys_users
  • update language files
  • update templates to reflect changes

Signed-off-by: Andreas Unterkircher <>

4a23938d 07/28/2008 09:01 PM Andreas Unterkircher

add some missing translation to language files

Signed-off-by: Andreas Unterkircher <>

b392cb9b 07/28/2008 08:03 PM Andreas Unterkircher

vim modelines for all Nephthys PHP files, refs #44

Signed-off-by: Andreas Unterkircher <>

9a37d81c 07/28/2008 07:35 PM Andreas Unterkircher

update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43

Signed-off-by: Andreas Unterkircher <>

c70b4618 07/27/2008 07:19 AM Andreas Unterkircher

support for different languages, refs #1

Signed-off-by: Andreas Unterkircher <>

2bf77cf3 07/20/2008 10:39 AM Andreas Unterkircher

new user-permission for unprivileged users to create long-time buckets, resolves #41

Signed-off-by: Andreas Unterkircher <>

a11f4852 07/20/2008 09:25 AM Andreas Unterkircher

make fullname editable via user-management module, resolves #38

Signed-off-by: Andreas Unterkircher <>

b1fa0a38 07/09/2008 08:39 PM Andreas Unterkircher

use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29

Signed-off-by: Andreas Unterkircher <>

cc1b5b35 06/27/2008 11:52 AM Andreas Unterkircher

support SQLite as database for Nephthys, refs #9

Signed-off-by: Andreas Unterkircher <>

3a36047f 03/23/2008 09:58 AM Andreas Unterkircher

remove has_user_priv() and use check_privileges() instead. fix user-update when password has not changed

Signed-off-by: Andreas Unterkircher <>

4c6a003c 03/23/2008 09:19 AM Andreas Unterkircher

ensure unprivileged users can not access user-module

Signed-off-by: Andreas Unterkircher <>

3662d6d5 03/23/2008 09:09 AM Andreas Unterkircher

use new check_user_exists() main class function

Signed-off-by: Andreas Unterkircher <>

e4660dd4 03/21/2008 03:52 PM Andreas Unterkircher

user privilege levels

Signed-off-by: Andreas Unterkircher <>

6fa30010 03/20/2008 09:09 PM Andreas Unterkircher

refix code

Signed-off-by: Andreas Unterkircher <>

81d72baa 03/20/2008 08:21 PM Andreas Unterkircher

user management looks ok now

Signed-off-by: Andreas Unterkircher <>

123b4741 03/19/2008 10:19 PM Andreas Unterkircher

first code for managing users

Signed-off-by: Andreas Unterkircher <>