View | Annotate | Download (6.6 KB)
reorder output handling, resolves #137
further rely on prepared SQL statements and no longer do quoting ourself, fixes #113
switch from ordinary MySQL to MySQLi interface, as it better support prepared statements
completely remove escape() function as it is no longer used
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
for error/warning use the general _error() function, fixes #99
avoid a warning message for users with deny-password-change-flag when they update their profiles, fixes #86
make password changes again possible via 'My Profile', fixes #84
new flag to deny user to change his password, refs #71
correctly handle special characters and umlauts, fixes #46
add some missing translation to language files
vim modelines for all Nephthys PHP files, refs #44
update GPLv2 headers to GPLv3 headers in PHP code, resolveѕ #43
support for different languages, refs #1
cleanup code to avoid warning and notice messages, fixes #35 update dist config and default config to use /srv instead /var
use prepare() and execute() for data manipulating queries which then will auto-quote, refs #29
escape HTML entities on submitting forms with PHP's htmlentities(), resolvs #20
issue17, no longer possible to save an invalid email address
Signed-off-by: Andreas Unterkircher <unki@srv-vis-ftp01.vie.mm-karton.com>
fix SQL-syntax error
issue11, allow auto-created users to change their email address
Signed-off-by: Andreas Unterkircher <unki@srv-vie-filer.vie.mm-karton.com>
issue9, fix editing profile
let user set default-expiration time in his profile
prefix login credentials with login_ instead of user_ to avoid confusion when handling users in users or profile module
remove has_user_priv() and use check_privileges() instead. fix user-update when password has not changed
let user edit his profile