[xwiki-users] xwiki 401 authorization error IIS

2010-02-09 Thread Jared R. Parrish
Hello,

I have a question regarding Tomcat and IIS. This has nothing to do with xwiki, 
but I thought I would ask. I'm getting a 401 error in IIS when trying to access 
XWiki. I setup IIS with the ISAPI_redirect.dll for tomcat. The examples 
directory works but /xwiki does not. It gives me this unauthorized access 
error.

Any ideas? IIS is on anonymous access.

Jared Parrish
Network Administrator
Travelhost, Inc.
972-556-0541 ext 152

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Registered Users

2010-01-29 Thread Jared R. Parrish
I appreciate your feedback. I will do this.

I have another question. I noticed that if a user registers on the initial 
logon page, the email that they receive does not include the link to activate 
account. It just shows the code. So for some reason, its not converting it.  
However, if I login as an admin, I can register them from preferences area and 
the link will show up in their email that way.

 
Jared Parrish
Network Administrator
Travelhost, Inc.
972-556-0541 ext 152
 
-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Vincent Massol
Sent: Thursday, January 28, 2010 2:37 PM
To: XWiki Users
Subject: Re: [xwiki-users] Registered Users

Hi Jared,

On Jan 28, 2010, at 9:18 PM, Jared R. Parrish wrote:

 Is there anyway to get email notifications when new users register?  I 
 figured I would put a watch on the preferences, but that didn't seem to help.
 
 Any help would be appreciated.

Note that in the future, a good solution would be to put users in a special 
space and just watch that space.

Maybe that's the best for now: simply watch the XWiki space. Normally there 
shouldn't be new documents created in it except for users.

more complex answer
This feature is not built in but you can code it in the following manner:

- You could do that by using a groovy script in a page that registers for 
document events and then check if the XWiki.XWikiUsers object was added to the 
document.
- If so then send an email using the mailsender plugin.

That requires a bit of development knowledge but we can help you.

For an example of how to code a groovy page that listens to document events:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/GroovyNotificationTutorial

Note that the source you'll get in the onEvent() method will be a XWikiDocument 
object. You'd need to check the source code or javadoc to find out the API you 
can use on XWikiDocument.
/more complex answer

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Registered Users

2010-01-29 Thread Jared R. Parrish
Will do.

 
Jared Parrish
Network Administrator
Travelhost, Inc.
972-556-0541 ext 152
 

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf Of 
Sergiu Dumitriu
Sent: Friday, January 29, 2010 10:52 AM
To: XWiki Users
Subject: Re: [xwiki-users] Registered Users

On 01/29/2010 05:47 PM, Jared R. Parrish wrote:
 I have another question. I noticed that if a user registers on the
 initial logon page, the email that they receive does not include the
 link to activate account. It just shows the code. So for some reason,
 its not converting it.  However, if I login as an admin, I can
 register them from preferences area and the link will show up in
 their email that way.

This looks like a bug. Could you report it on http://jira.xwiki.org/ ?

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Registered Users

2010-01-28 Thread Jared R. Parrish
Is there anyway to get email notifications when new users register?  I figured 
I would put a watch on the preferences, but that didn't seem to help.

Any help would be appreciated.

Jared Parrish
Network Administrator
Travelhost, Inc.
972-556-0541 ext 152

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users