Code Monkey home page Code Monkey logo

Comments (7)

emperorcezar avatar emperorcezar commented on June 12, 2024

This user used github to login and didn't have any public email addresses. A solution to this problem is to ask for their "private emails" from github, but then we dump them into a public feed. I have a feeling that might make some people angry.

Another solution is to require people have an email set before they can submit a presentation?

from chipy.org.

CarlFK avatar CarlFK commented on June 12, 2024

On Mon, Jul 8, 2013 at 9:23 AM, emperorcezar [email protected]:

This user used github to login and didn't have any public email addresses.
A solution to this problem is to ask for their "private emails" from
github, but then we dump them into a public feed. I have a feeling that
might make some people angry.

You aren't on [email protected] are you?

Anyway, do this:
pyconca/2013-web@d81f184

Another solution is to require people have an email set before they can
submit a presentation?

Do that too.


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-20608635
.

Carl K

from chipy.org.

emperorcezar avatar emperorcezar commented on June 12, 2024

What are you trying to point at in that commit?

On Mon, Jul 8, 2013 at 1:07 PM, Carl Karsten [email protected]:

On Mon, Jul 8, 2013 at 9:23 AM, emperorcezar [email protected]:

This user used github to login and didn't have any public email
addresses.
A solution to this problem is to ask for their "private emails" from
github, but then we dump them into a public feed. I have a feeling that
might make some people angry.

You aren't on [email protected] are you?

Anyway, do this:

pyconca/2013-web@d81f184

Another solution is to require people have an email set before they can
submit a presentation?

Do that too.


Reply to this email directly or view it on GitHub<
https://github.com/chicagopython/chipy.org/issues/42#issuecomment-20608635>

.

Carl K


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-20624455
.

from chipy.org.

CarlFK avatar CarlFK commented on June 12, 2024
  • if not request.user.is_staff: + return HttpResponseForbidden()

On Mon, Jul 8, 2013 at 1:46 PM, emperorcezar [email protected]:

What are you trying to point at in that commit?

On Mon, Jul 8, 2013 at 1:07 PM, Carl Karsten [email protected]:

On Mon, Jul 8, 2013 at 9:23 AM, emperorcezar [email protected]:

This user used github to login and didn't have any public email
addresses.
A solution to this problem is to ask for their "private emails" from
github, but then we dump them into a public feed. I have a feeling
that
might make some people angry.

You aren't on [email protected] are you?

Anyway, do this:

pyconca/2013-web@d81f184

Another solution is to require people have an email set before they
can
submit a presentation?

Do that too.


Reply to this email directly or view it on GitHub<

https://github.com/chicagopython/chipy.org/issues/42#issuecomment-20608635>

.

Carl K


Reply to this email directly or view it on GitHub<
https://github.com/chicagopython/chipy.org/issues/42#issuecomment-20624455>

.


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-20627110
.

Carl K

from chipy.org.

emperorcezar avatar emperorcezar commented on June 12, 2024

I see what you're getting at.

On Mon, Jul 8, 2013 at 6:21 PM, Carl Karsten [email protected]:

  • if not request.user.is_staff: + return HttpResponseForbidden()

On Mon, Jul 8, 2013 at 1:46 PM, emperorcezar [email protected]:

What are you trying to point at in that commit?

On Mon, Jul 8, 2013 at 1:07 PM, Carl Karsten [email protected]:

On Mon, Jul 8, 2013 at 9:23 AM, emperorcezar [email protected]:

This user used github to login and didn't have any public email
addresses.
A solution to this problem is to ask for their "private emails" from
github, but then we dump them into a public feed. I have a feeling
that
might make some people angry.

You aren't on [email protected] are you?

Anyway, do this:

pyconca/2013-web@d81f184

Another solution is to require people have an email set before they
can
submit a presentation?

Do that too.


Reply to this email directly or view it on GitHub<

https://github.com/chicagopython/chipy.org/issues/42#issuecomment-20608635>

.

Carl K


Reply to this email directly or view it on GitHub<

https://github.com/chicagopython/chipy.org/issues/42#issuecomment-20624455>

.


Reply to this email directly or view it on GitHub<
https://github.com/chicagopython/chipy.org/issues/42#issuecomment-20627110>

.

Carl K


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-20643495
.

from chipy.org.

emperorcezar avatar emperorcezar commented on June 12, 2024

@CarlFK You'll have to be logged in as a "is_staff" to see the emails now.

from chipy.org.

CarlFK avatar CarlFK commented on June 12, 2024

Can I get some consumer side code to do the login?

here is what I currently have for symposium

https://github.com/CarlFK/veyepar/blob/master/dj/scripts/addeps.py#L2009

I am going to pull out the few lines that are needed into a little sample app.

On Sat, Jan 4, 2014 at 11:12 PM, emperorcezar [email protected]:

@CarlFK https://github.com/CarlFK You'll have to be logged in as a
"is_staff" to see the emails now.


Reply to this email directly or view it on GitHubhttps://github.com//issues/42#issuecomment-31596761
.

Carl K

from chipy.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.