I need to the email address for the Launchpad OpenID modules.

Asked by oneleaf

Hello,

I am using the Launchpad OpenID modules for Drupal. I would like my trust root added so I can have the email passed back for the user creation process.

My trust root is: http://ubuntu.org.cn

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
[LEGACY] Canonical WebOps Edit question
Last query:
Last reply:
Revision history for this message
Christian Reis (kiko) said :
#1

Done. Let me know if you have any issues and I'll help you sort it out.

Revision history for this message
oneleaf (oneleaf) said :
#2

Hi,

   Hello,I am a webmaster of Ubuntu.org.cn, I would to use the
test.ubuntu.org.cn translate ubuntu.com. Finally, to replace the current
www.ubuntu.org.cn .
   So I also need to the email address for the Launchpad OpenID modules of
test.ubuntu.org.cn .
   So Please allow: test.ubuntu.org.cn ubuntu.org.cn ubuntu.com.cn
www.ubuntu.org.cn www.ubuntu.com.cn .
   Very thanks .

2009/4/29 Christian Reis <email address hidden>

> Your question #67028 on Launchpad itself changed:
> https://answers.edge.launchpad.net/launchpad/+question/67028
>
> Status: Open => Answered
>
> Christian Reis proposed the following answer:
> Done. Let me know if you have any issues and I'll help you sort it out.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/launchpad/+question/67028/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/launchpad/+question/67028
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
一叶
------------
Ubuntu中文社区 - 人多、活跃 - Linux 最佳选择。
http://forum.ubuntu.org.cn

Revision history for this message
Tom Haddon (mthaddon) said :
#3

You now have entries for test.ubuntu.org.cn ubuntu.org.cn and ubuntu.com.cn. I'd suggest you setup redirects from the www. versions to the non-www versions rather than having to manage them as separate OpenID instances. This can be done with an apache configuration like:

<VirtualHost X.X.X.X:80>
ServerName www.ubuntu.org.cn
Redirect permanent / http://ubuntu.org.cn/
</VirtualHost>

Thanks, Tom

Revision history for this message
oneleaf (oneleaf) said :
#4

Thanks.

2009/5/12 Tom Haddon <email address hidden>

> Your question #67028 on Launchpad itself changed:
> https://answers.edge.launchpad.net/launchpad/+question/67028
>
> Status: Open => Answered
>
> Tom Haddon proposed the following answer:
> You now have entries for test.ubuntu.org.cn ubuntu.org.cn and
> ubuntu.com.cn. I'd suggest you setup redirects from the www. versions to
> the non-www versions rather than having to manage them as separate
> OpenID instances. This can be done with an apache configuration like:
>
> <VirtualHost X.X.X.X:80>
> ServerName www.ubuntu.org.cn
> Redirect permanent / http://ubuntu.org.cn/
> </VirtualHost>
>
> Thanks, Tom
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/launchpad/+question/67028/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/launchpad/+question/67028
>
> You received this question notification because you are a direct
> subscriber of the question.
>

--
一叶
------------
Ubuntu中文社区 - 人多、活跃 - Linux 最佳选择。
http://forum.ubuntu.org.cn

Revision history for this message
Henning Eggers (henninge) said :
#5

This looks solved... ;)