Aaron Williamson
3b74ce94ff
Check request.user to determine if user is logged in.
2011-10-03 19:59:28 -04:00
Aaron Williamson
84a7e7706c
Display and error and redirect to login page if unauthenticated user tries to access resend_verification.
2011-10-01 19:49:56 -04:00
Elrond
bf33272f03
Give debug message in email debug mode
...
If the server is running in email debug mode (current
default), users have often asked where the mail is. So tell
them in the web browser that their mail is on the console.
2011-09-30 22:27:47 +02:00
Christopher Allan Webber
f373599bd7
Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'
...
Conflicts:
mediagoblin/auth/routing.py
2011-09-08 08:12:43 -05:00
Christopher Allan Webber
f7ab66707c
Renaming request.[GET|POST] as formdata instead of session; that's more accurate.
2011-09-08 08:10:27 -05:00
Christopher Allan Webber
961fe38163
Adding a small docstring
2011-09-07 23:51:41 -05:00
Christopher Allan Webber
4185e644f4
Keys in mongodb should be unicode, here...
2011-09-07 23:48:10 -05:00
Christopher Allan Webber
daf029646e
Also nullify verification key after verifying in the email confirmation step
2011-09-07 23:46:41 -05:00
Christopher Allan Webber
a85a21103b
If the user hasn't verified their email or account inactive give a special warning
2011-09-07 23:45:14 -05:00
Christopher Allan Webber
73fffbb8b0
Adding additional check that verification key exists, and updating indentation
2011-09-07 23:32:15 -05:00
Christopher Allan Webber
2c9e8184a4
Adjusting indentation a bit
2011-09-07 23:25:46 -05:00
Christopher Allan Webber
d1a6432645
Avoiding using '$or' query modifier since that's newer-mongo only.
2011-09-07 23:23:44 -05:00
Christopher Allan Webber
34fddf47f0
Resent verification email template and view aren't used anymore. Removing!
2011-09-07 19:42:56 -05:00
Christopher Allan Webber
daa26200c7
Changing the forgot password urls so they all start under /auth/forgot_password/
2011-09-07 19:40:00 -05:00
Christopher Allan Webber
63bf10f9a6
Adjusting spacing between function arguments
2011-09-07 19:37:25 -05:00
Caleb Forbes Davis V
4bcaf9f32a
for readability, and adds unit test for expired token
2011-09-05 18:57:06 -05:00
Caleb Forbes Davis V
8d1c9863b6
refactors verify_forgot_password
2011-09-05 14:06:01 -05:00
Christopher Allan Webber
6be33a7780
Removing description field cruft that mostly existed for testing purposes. :)
2011-09-04 22:26:57 -05:00
Will Kahn-Greene
12a100e4d8
508. Updates copyright/license information
2011-09-01 20:50:19 -04:00
Christopher Allan Webber
2886b340d3
Merge remote branch 'remotes/jwandborg/f403_ability_to_delete'
2011-08-30 20:16:47 -05:00
Christopher Allan Webber
04a7b06d61
Giving schendje some auth registration descriptions so he can style them!
2011-08-29 10:43:11 -05:00
Caleb Forbes Davis V
e1105f5dcb
Generalizes error model for change password verification
...
- 404s instead of 'user not found' will limit leaking user profile
information to the browser.
- Also fixed the wording on the login page to make it clear you are
changing the password, not sending yourself your old one!
2011-08-29 00:19:54 -05:00
Caleb Forbes Davis V
24966c43bd
Avoids informing browser whether the username or email is a match
...
- pretends to have sent the email with the URL to change the password
regardless of whether or not the email was actually sent. This
avoids leaking user information to the browser
2011-08-29 00:18:35 -05:00
Caleb Forbes Davis V
f85909c061
needed to access email_sender_address through mg_globals.app_config
...
instead of mg_globals.email_sender_address.
2011-08-28 21:41:42 -05:00
Alejandro Villanueva
25ba955e20
Adding fotgot password functionality
2011-08-28 20:08:14 -05:00
Mark Holmquist
08750772ea
+ 'confirm' section for confirmation dialogues
...
+ implemented delete functionality
* fixed several instances of 'must be an instance of unicode, not str'
2011-08-22 02:57:40 -07:00
Christopher Allan Webber
de12b4e773
Use render_404 EVERYWHERE!
2011-08-20 15:57:24 -05:00
Christopher Allan Webber
788272f300
PEP-8ing the keyword argument passing here
2011-08-11 22:44:47 -05:00
Christopher Allan Webber
e7f518cc94
Merge remote branch 'remotes/gullydwarf-cfdv/b488_email_validation_assumes_active_login'
2011-08-11 22:44:21 -05:00
Christopher Allan Webber
9f6ea47586
If both the username and the email checks fail, warn about both at the same time
2011-08-11 20:37:21 -05:00
Christopher Allan Webber
873e4e9d2d
Also normalize user's emails to .lower() when we accept the user.
2011-08-11 20:34:12 -05:00
Alejandro Villanueva
0bf099d753
Checks if the email(lowercase) have been used before to register a user
2011-08-11 20:32:55 -05:00
Christopher Allan Webber
dc49cf600a
Making the users_with_username function call in the register view slightly cleaner
2011-08-11 20:15:55 -05:00
Christopher Allan Webber
7960ac985f
Converting all forms to use the "fake/null" gettext conversion function
...
Gettext doesn't actually get run right in the form but we do need to
wrap the strings in _() so stuff extracts :)
2011-08-10 12:07:59 -05:00
Christopher Allan Webber
4b1adc132c
Marked relevant strings in python views/forms for translation via ugettext
2011-08-08 22:53:39 -05:00
Caleb Forbes Davis V
d88e1d15c7
Bug #488 - email validation assumes active login
...
- loads username from user object instead of session to remove
dependency on active login
2011-08-08 00:10:46 -05:00
Christopher Allan Webber
269943a645
We should redirect after verify_email to the user's homepage
2011-07-31 15:09:52 -05:00
Christopher Allan Webber
dce5c9cb9b
Remove this superfluous "registration successful" message
2011-07-29 08:44:47 -05:00
Christopher Allan Webber
f73f4c4b84
Log in user after regitration
2011-07-29 08:43:59 -05:00
Christopher Allan Webber
0bc036209d
Redirect to the user's profile after registration
...
- Updated the view
- Updated the tests
- Fixed a weirdness in the registration view where the 'user'
variable used to be called 'entry'
2011-07-29 08:22:26 -05:00
Christopher Allan Webber
7074304c91
Remove the verification needed page
2011-07-29 08:14:02 -05:00
Christopher Allan Webber
61927e6e80
resend_activation should give the user a message and redirect them to their user_home
2011-07-29 08:09:13 -05:00
Deb
6ae8b541f9
removed email variables from globals module
2011-07-12 21:21:35 -04:00
Christopher Allan Webber
7b31a11c80
Removing trailing whitespace from this file
2011-07-09 09:02:57 -05:00
Christopher Allan Webber
166dc91aca
Add a warning to the user that registrations are disabled.
2011-07-09 09:02:17 -05:00
Rasmus Larsson
13bb1d676e
Updated the loginpage to not show a link to register if registrations are disabled
2011-07-09 15:19:55 +02:00
Rasmus Larsson
13677ef97a
Added configuration variable to toggle registrations, if disabled the registration page redirects to index and no link to register is shown
2011-07-09 15:12:00 +02:00
Christopher Allan Webber
fe80cb06c4
Also encourages editing your profile and submitting images
2011-07-06 22:52:08 -05:00
Caleb Forbes Davis V
e054ae9b3d
allows using messaging instead of verify_email.html to pass tests
...
* re-instated verification_successful flag
* modified test_auth to verify nav to user_pages/user.html template
2011-07-04 20:04:00 -05:00
Caleb Forbes Davis V
cfe46f3e68
uses the messaging system to notify user of result of verification check
...
Feature #424 - Use messaging system for email verifification check response
* uses add_message in verify_email and routes to the user page, bypassing
verify_email.html
2011-07-04 19:42:45 -05:00