Advent of Code 2018
adventofcode.com
Advent of Code 2018
1–10 of 101 posts
Re: Advent of Code 2018
#2Re: Advent of Code 2018
#3Re: Advent of Code 2018
#4Re: Advent of Code 2018
#5Re: Advent of Code 2018
#6Re: Advent of Code 2018
#7Is it really that hard to provide an email based login?
Re: Advent of Code 2018
#8Is it really that hard to provide an email based login?
- provide a password reset service
- find a way to send emails to this many people for low cost, it is a free service after all, so all of the confirmation/reset emails are an additional cost
- etc
Re: Advent of Code 2018
#9Re: Advent of Code 2018
#10Is it really that hard to provide an email based login?
I mean, it is additional work. Not only do you need to store the emails/passwords securely, which while it isn't _that_ hard, it is a needed consideration, but you also need to now: - provide a password reset service - find a way to send emails to this many people for low cost, it is a free service after all, so all of the confirmation/reset emails are an additional cost - etc
disclaimer : just a paying client here.