Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3982)

Issue 7685043: passwordless account creation (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by Thomas.J.Waldmann
Modified:
10 years, 9 months ago
Reviewers:
ReimarBauer
Visibility:
Public.

Description

passwordless account creation

Patch Set 1 #

Total comments: 11

Patch Set 2 : some fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -16 lines) Patch
M MoinMoin/action/newaccount.py View 1 4 chunks +41 lines, -16 lines 0 comments Download

Messages

Total messages: 3
Thomas.J.Waldmann
https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py File MoinMoin/action/newaccount.py (right): https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py#newcode55 MoinMoin/action/newaccount.py:55: The whole point of this changeset is that e.g. ...
11 years, 1 month ago (2013-03-10 14:46:57 UTC) #1
ReimarBauer
some comments https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py File MoinMoin/action/newaccount.py (right): https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py#newcode86 MoinMoin/action/newaccount.py:86: # save data I'm not sure if ...
11 years, 1 month ago (2013-03-12 21:48:19 UTC) #2
Thomas.J.Waldmann
11 years, 1 month ago (2013-03-14 12:49:59 UTC) #3
https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py
File MoinMoin/action/newaccount.py (right):

https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py#n...
MoinMoin/action/newaccount.py:86: # save data
a wrong email address is easily found in this scenario as the user won't get an
email and the account won't work as no recovery is possible. user will complain,
account will get fixed.


> If there is no good textcha's enabled it can be
> misused by creating accounts with an invalid hash.

That's no way different from the situation before this patch.

Hmm, except that you can send password reset mails to the entered e-mail
address.

> Not sure if someone uses it
> for sending nonsense mails.

Yeah, spambots pressing all sorts of buttons, inserting fake or stolen e-mail
addresses, that's likely the biggest problem.

https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py#n...
MoinMoin/action/newaccount.py:92: mailok, msg = theuser.mailAccountData()
Correct. Maybe I was assuming that the called code is doing that.

https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py#n...
MoinMoin/action/newaccount.py:94: result += ' '
OK.

https://codereview.appspot.com/7685043/diff/1/MoinMoin/action/newaccount.py#n...
MoinMoin/action/newaccount.py:165: td.append(html.INPUT(type="submit",
name="create_mail",
OK.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b