You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Pranav Sharma <pr...@gmail.com> on 2015/12/02 08:20:36 UTC

[allura:tickets] #8013 New Users should not be displayed in /u/wiki/home until email is verified

What is the wiki for ?  '/u/wiki/home' is project wiki or what? And which users are currently shown there?


---

** [tickets:#8013] New Users should not be displayed in /u/wiki/home until email is verified **

**Status:** open
**Milestone:** unreleased
**Created:** Fri Oct 30, 2015 06:05 PM UTC by Heith Seewald
**Last Updated:** Fri Oct 30, 2015 06:05 PM UTC
**Owner:** nobody


Right now new users are displayed in '/u/wiki/home' before email validation.  The link for that user will just 404 until email is verified.  

This shouldn't apply if `auth.require_email_addr` is set to false in the ini.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] Re: #8013 New Users should not be displayed in /u/wiki/home until email is verified

Posted by Dave Brondsema <da...@brondsema.net>.
The user-project is created automatically.  E.g. the /u/pranav/ project was created for you when you created your account.  I think we need to find where that is happening and do it later in the process, so it only is created when the account is activated.


---

** [tickets:#8013] New Users should not be displayed in /u/wiki/home until email is verified **

**Status:** open
**Milestone:** unreleased
**Created:** Fri Oct 30, 2015 06:05 PM UTC by Heith Seewald
**Last Updated:** Wed Dec 02, 2015 07:20 AM UTC
**Owner:** nobody


Right now new users are displayed in '/u/wiki/home' before email validation.  The link for that user will just 404 until email is verified.  

This shouldn't apply if `auth.require_email_addr` is set to false in the ini.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] Re: #8013 New Users should not be displayed in /u/wiki/home until email is verified

Posted by Pranav Sharma <pr...@gmail.com>.
Would taking away the permission of creating projects from a non-verified user would be enough?


---

** [tickets:#8013] New Users should not be displayed in /u/wiki/home until email is verified **

**Status:** open
**Milestone:** unreleased
**Created:** Fri Oct 30, 2015 06:05 PM UTC by Heith Seewald
**Last Updated:** Wed Dec 02, 2015 07:20 AM UTC
**Owner:** nobody


Right now new users are displayed in '/u/wiki/home' before email validation.  The link for that user will just 404 until email is verified.  

This shouldn't apply if `auth.require_email_addr` is set to false in the ini.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] Re: #8013 New Users should not be displayed in /u/wiki/home until email is verified

Posted by Dave Brondsema <da...@brondsema.net>.
`/u/` is the Users neighborhood which is created automatically and contains the personal projects for everyone.  The wiki is a neighborhood-level tool which is installed by default and uses the `[[projects show_total=yes]]` macro.  That macro is a general one that works in any neighborhood and lists all the projects in the neighborhood.

So I guess we would need some logic in that macro to check if it is a user-project and if the user is pending.  Or probably better: not create the user-project at all when a user is just pending.  Create it after they are activated.


---

** [tickets:#8013] New Users should not be displayed in /u/wiki/home until email is verified **

**Status:** open
**Milestone:** unreleased
**Created:** Fri Oct 30, 2015 06:05 PM UTC by Heith Seewald
**Last Updated:** Wed Dec 02, 2015 07:20 AM UTC
**Owner:** nobody


Right now new users are displayed in '/u/wiki/home' before email validation.  The link for that user will just 404 until email is verified.  

This shouldn't apply if `auth.require_email_addr` is set to false in the ini.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.