Robert Gaggl
de0e446dd4
- changed to use AntvilleLib methods
...
- modified functions to throw an Exception object in case something is wrong
- use global sendMail()
- removed function addMembership() because of constructor function for memberhip objects
2003-08-02 11:33:01 +00:00
Hannes Wallnöfer
38ac00b02b
Fix bug where failure to send mail was never detected in sendPwd().
2003-07-29 14:01:29 +00:00
4cec4e67b0
removed stuff that belongs into corresponding skin from response output of searchUser()
2003-03-05 18:46:41 +00:00
Robert Gaggl
86eddb5bfd
removed explicit setting of property name to avoid login problems for users registering a mixed case username. without this all usernames are converted to lowercase by register(), otherwise users won't be able to login again if the db is case sensitive.
2003-02-25 15:16:59 +00:00
Hannes Wallnöfer
79aaa88b9a
Fixed indentation, which was partially messed up. Now uniformly
...
using 3 spaces instead of tabs.
2003-02-25 13:13:14 +00:00
Robert Gaggl
3e7d90e99f
- changed evalRegistration: now special characters, eg. umlauts, dot, dash are allowed in user-names
...
- changed level-checks because there's now a difference in meaning between level 0 and level null
2003-01-23 21:34:52 +00:00
Robert Gaggl
ca44f02034
added function getMembershipLevel()
2003-01-02 18:59:42 +00:00
Hannes Wallnöfer
7f18ec44b4
Membership child objects aren't accessible by their id anymore.
...
Use the member's user name instead.
2002-12-11 15:28:39 +00:00
Robert Gaggl
42e0f21580
merged need_for_speed branch
2002-12-01 19:26:40 +00:00
Robert Gaggl
d3766c5ced
avPw-cookievalue is now created using user-password plus http_remotehost
2002-11-21 13:14:47 +00:00
Robert Gaggl
d85763b32c
added assignment of property publishemail
2002-07-26 22:59:47 +00:00
Robert Gaggl
f1b8949392
lots of changes because
...
- weblog was renamed to site
- membership was renamed to membermgr
- member was renamed to membership
- db-schema has changed
2002-06-26 17:00:10 +00:00
Robert Gaggl
23e0cab449
merged changes done in branch "grob_message" into main trunk (application-messages are no longer hardcoded in functions but are defined in central language-specific .js-files; application-messages are selected according to defined language)
2002-06-12 17:19:47 +00:00
Robert Gaggl
51f89da446
now using global formatTimestamp(), the wrapper in weblog was removed
2002-06-04 14:12:11 +00:00
Robert Gaggl
6702a66c6e
change code according to helma's new session/usermodel
...
- using session.user instead of user
- using global function isUserBlocked() now
- using app.registerUser instead of user.register
2002-06-02 15:43:36 +00:00
Robert Gaggl
197d2e6e7d
the first user registering is granted trust and sysadmin-rights
2002-05-13 22:57:24 +00:00
Robert Gaggl
b33773f132
added check if username matches a function-name; if true username is rejected
2002-05-08 23:04:16 +00:00
Robert Gaggl
8ce8106a04
now using helma's build in md5Encoder
2002-03-27 12:36:41 +00:00
Robert Gaggl
379c6f6dd1
added function deleteAll()
2002-03-27 11:18:36 +00:00
Robert Gaggl
d30afe1df1
display url of user instead of email-address in searchresult
2002-03-11 09:04:36 +00:00
Robert Gaggl
9d7e627eb2
only if weblog is public add new registered user to subscribers
2002-02-28 08:35:25 +00:00
Robert Gaggl
7a85b9ffef
- if user now registers within a weblog, it's added to the user's subscriptions
...
- added functions searchUser(), evalNewMember(), addMember(), deleteMember()
2002-01-22 20:08:30 +00:00
Robert Gaggl
312796ab52
- added comments to functions
...
- functions now have a defined (and documented ...) interface
2001-12-10 23:11:01 +00:00
Robert Gaggl
edb7a3a264
created new function evalLogin()
2001-10-07 19:27:26 +00:00
Robert Gaggl
267008d44e
added new function sendPwd() that sends a mail containing all accounts for a given email-address
2001-10-07 16:52:12 +00:00
Robert Gaggl
2cd0fa80df
removed senseless call of evalURL()
2001-10-07 15:24:14 +00:00
Robert Gaggl
8715b0f4c1
call evalURL() before assigning url to user-object
2001-10-02 10:56:09 +00:00
Robert Gaggl
fca60a97ce
using _parent instead of __parent__, some slight changes
2001-09-05 21:28:08 +00:00
Robert Gaggl
05c35c1d5f
no message
2001-06-28 18:09:09 +00:00
Robert Gaggl
ae9f833949
checkReg() now checks for invalid characters in username, registered and blocked is now filled correctly
2001-06-20 10:38:32 +00:00
Robert Gaggl
bbfcb3d4f4
Initial revision
2001-06-18 08:57:33 +00:00