Re: [Haskell-cafe] YesodAuth documentation

2011-06-14 Thread cheater cheater
Ah, I see how you could interpret what he wrote the way you describe. If that's what Nikita has meant, then that's all fine. Hope there's no harm in reminding this basic truth - better be safe than sorry! :) D. On Tue, Jun 14, 2011 at 15:00, Kevin Jardine wrote: > When I review the original post

Re: [Haskell-cafe] YesodAuth documentation

2011-06-14 Thread Michael Snoyman
2011/6/14 Michael Steele : >>Actually, that's not entirely accurate. The Yesod scaffolding tool >>generates a site that uses mime-mail and sendmail, but there's nothing >>inherent in yesod-auth requiring either. > My apologies for adding to the confusion. I see now that > Yesod.Auth.Email handles d

Re: [Haskell-cafe] YesodAuth documentation

2011-06-14 Thread Kevin Jardine
When I review the original post I see only a question: Does passwords stored in a database in an unencrypted form? rather than a request. So I'm not sure that was the intent. I'm amazed that anyone (Sony!!!?) would store unencrypted passwords of course. Kevin On Jun 14, 10:21 am, cheater chea

Re: [Haskell-cafe] YesodAuth documentation

2011-06-14 Thread cheater cheater
I am surprised out of the whole list no one has stormed down on Nikita for wanting to store passwords as plain text. Nikita: never store passwords in plain text. Ever. D. On Mon, Jun 13, 2011 at 09:34, Никита Тимофеев wrote: > Does exist some simple examples using yesod authentication except co

Re: [Haskell-cafe] YesodAuth documentation

2011-06-13 Thread Michael Steele
>Actually, that's not entirely accurate. The Yesod scaffolding tool >generates a site that uses mime-mail and sendmail, but there's nothing >inherent in yesod-auth requiring either. My apologies for adding to the confusion. I see now that Yesod.Auth.Email handles database interactions, generates v

Re: [Haskell-cafe] YesodAuth documentation

2011-06-13 Thread Michael Snoyman
2011/6/13 Michael Steele : >>Does exist some simple examples using yesod authentication except code of >> Haskellers site? Does exist some examples using YesodAuthEmail? > > Another example is Orangeroster [1]. > >>For example, can i use  third-party mail server instead of Sendmail for >> YesodAuth

Re: [Haskell-cafe] YesodAuth documentation

2011-06-13 Thread Michael Steele
>Does exist some simple examples using yesod authentication except code of Haskellers site? Does exist some examples using YesodAuthEmail? Another example is Orangeroster [1]. >For example, can i use third-party mail server instead of Sendmail for YesodAuthEmail? No. Email handling is done thro

[Haskell-cafe] YesodAuth documentation

2011-06-13 Thread Тимофеев Никита Дмитриевич
Does exist some simple examples using yesod authentication except code of Haskellers site? Does exist some examples using YesodAuthEmail? For example, can i use third-party mail server instead of Sendmail for YesodAuthEmail? Can i disable registration confirmation? Does passwords stored in a da

[Haskell-cafe] YesodAuth documentation

2011-06-13 Thread Никита Тимофеев
Does exist some simple examples using yesod authentication except code of Haskellers site? Does exist some examples using YesodAuthEmail? For example, can i use third-party mail server instead of Sendmail for YesodAuthEmail? Can i disable registration confirmation? Does passwords stored in a datab