Commit Graph

69 Commits

Author SHA1 Message Date
Jack Cheng
0c7fd67dca [Fixes #5418] Lost Password not working with Anonymous Access Off 2015-06-25 12:57:09 -07:00
Sebastien Ros
b5f1b49723 Merge branch '1.8.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Indexing/Settings/EditorEvents.cs
	src/Orchard.Web/Themes/TheAdmin/Scripts/admin.js
2014-10-23 20:53:47 -07:00
Lombiq
a798d974f7 #20999: Handling returnUrl also on the LogOn page.
WorkItem: 20999
2014-10-17 13:43:40 +02:00
Sipke Schoorstra
51bf15af4b Merge branch '1.x' into feature/audittrail 2014-07-01 20:41:28 -07:00
Nicholas Mayne
1936743ca0 #20277: Don't validate password inputs on Change Password
Work Item: 20277
2014-06-23 22:34:58 +01:00
sfmskywalker
de90b60603 Adding LoginFailed event. [Core Module Change] 2014-06-02 22:29:34 +02:00
Nicholas Mayne
6c4b830866 Adding a LoggingIn method to IUserEventHandler 2014-05-17 09:46:12 +01:00
Sebastien Ros
d6a8cb8b8d Merge branch '1.7.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Workflows/Orchard.Workflows.csproj
2014-03-25 14:38:13 -07:00
Sebastien Ros
3316a8fd72 Validating the length of the username 2014-03-20 15:28:05 -07:00
Sebastien Ros
db50a5aecb Merge branch '1.7.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/AdminController.cs
	src/Orchard.Web/Modules/Orchard.Search/Orchard.Search.csproj
2014-03-17 12:09:21 -07:00
Walance
ceff51e65f Support for ReturnUrl on register page 2014-03-05 16:13:19 -08:00
Sebastien Ros
c0ae3f420e Migrating SiteSettingsPart 2013-11-12 17:51:26 -08:00
Sebastien Ros
103e71d42f #19896: Don't validate password inputs
Work Item: 19896
2013-10-23 15:49:32 -07:00
Nicholas Mayne
4201d98954 #19195: Updating error to be consistant in account controller
Work Item: 19195

--HG--
branch : 1.x
2013-06-07 19:44:09 +01:00
Sipke Schoorstra
30e691b29d #19746: Simplifying user event handlers invocation by taking advantage of the fact that IUSerEventHandler is an IEventHandler.
Work Item: 19746

--HG--
branch : 1.x
extra : amend_source : 952053304943e1382c6199f86f98743bd8b7c188
2013-05-26 12:15:50 +02:00
Sebastien Ros
f00a67f746 #19156: Removing WindowsIdentity verification
Work Item: 19156

--HG--
branch : 1.x
2012-10-18 11:46:05 -07:00
Sebastien Ros
6efa545969 #18789: LogOn override would break with new RememberMe checkbox
Work Item: 18789

--HG--
branch : 1.x
2012-07-05 13:39:17 -07:00
SeanFarrow
ed2c2c948b #18625: Fixing "Remember Me" checkbox
Work Item: 18625

--HG--
branch : 1.x
2012-07-03 09:27:11 -07:00
Sebastien Ros
01ec06695d #18605: Calling missing ChangePassword event handler in LostPassword page
Work Item: 18605

--HG--
branch : 1.x
2012-04-24 14:38:31 -07:00
Sebastien Ros
5f100afbce Fixing unit tests
--HG--
branch : 1.x
2012-02-28 16:48:26 -08:00
Sebastien Ros
56befec173 #18425: Fixing challenge email again
Work Item: 18425

--HG--
branch : 1.x
2012-02-28 15:54:10 -08:00
Sebastien Ros
b101224b6a #18425: Send challenge email could use a wrong root url
Work Item: 18425

--HG--
branch : 1.x
2012-02-28 13:16:53 -08:00
Sebastien Ros
62a67e9a7b #18455: Fixing XmlRpc front end access
Work Item: 18455

--HG--
branch : 1.x
2012-02-24 17:51:25 -08:00
Sebastien Ros
918d05352d #18357: Using BaseUrl in validation emails if available
Work Item: 18357

--HG--
branch : 1.x
2012-01-13 16:38:39 -08:00
Suha Can
8eaff3b646 Cleanup
--HG--
branch : contributions
2011-03-21 15:37:20 -07:00
Ian Mercer
6140a60b7a Tweak layout and comments
--HG--
branch : contributions
2011-03-19 10:28:40 -07:00
Ian Mercer
9e40349aa8 Expanding IUserEventHandler to track many more user events such as logon, logoff, confirmed password, ...
--HG--
branch : contributions
2011-03-19 10:02:56 -07:00
Andre Rodrigues
a8a48ab4e1 #17284: Exceptions should log errors
--HG--
branch : dev
2011-02-08 11:22:47 -08:00
Sebastien Ros
396632dbce #17276: Fixing email validation
--HG--
branch : dev
2011-02-07 17:26:00 -08:00
Sebastien Ros
ce1d3b31c4 #17191 Return the Register page as a ShapeResult
--HG--
branch : dev
2011-01-31 17:54:12 -08:00
Kevin LaBranche
f999b9d859 Fix for http://orchard.codeplex.com/workitem/17054. Email address is not validated for a registered user.
Added code to the AccountController's ValidateRegistration to fix.  Also added two unit tests and went ahead and added the data annotation's
to the UserCreateViewModel and the UserEditViewModel as well since if we are accepting email addresses they might as well be valid (well-formed). :-)

--HG--
branch : 1.x
2011-01-17 16:14:05 -07:00
Sebastien Ros
10eb50c2ec Fixing validation messages not displayed when using ShapeResult
--HG--
branch : 1.x
2011-01-10 15:49:56 -08:00
Sebastien Ros
3f4365fe14 Enail validation should not automatically log on
Work Item : 17183

--HG--
branch : 1.x
2011-01-07 16:16:47 -08:00
Sebastien Ros
df70d8c4c8 Fixing lost password validation email
Work Item: 17150

--HG--
branch : 1.x
2011-01-07 12:01:05 -08:00
Sebastien Ros
f86c4b1375 Converting the LogOn view to a shape, and adding a ShapeResult to render shapes as an ActionResult without the need of a dedicated view
Work Item: 17046

--HG--
branch : 1.x
2011-01-06 15:29:28 -08:00
Dave Reed
629a48958f #17021 Redirects in actions using returnUrl need to only redirect to the returnUrl if Url.IsLocalUrl
We did this in a lot of places. Adds a controller extension method that makes this easier.

--HG--
branch : dev
2010-12-10 14:20:08 -08:00
Andre Rodrigues
18d1e80189 #16849: Replacing strings and console.writelines by exception throwing.
--HG--
branch : dev
2010-12-08 18:18:52 -08:00
Suha Can
c15e4d5ee8 Cleanup & Refactoring
--HG--
branch : dev
2010-12-07 17:11:55 -08:00
Sebastien Ros
3e29e2ed65 Improving e-mail templates and settings for users registration
--HG--
branch : dev
2010-12-02 15:46:33 -08:00
Sébastien Ros
cd5319dbd7 Removing "Remember me" checkbox
Work Item: 16870

--HG--
branch : dev
2010-12-02 08:37:04 -08:00
Sebastien Ros
081a3dc53b Improving lost password functionality
--HG--
branch : dev
2010-11-30 17:19:13 -08:00
Sébastien Ros
e2adccc598 Refactoring users challenge emails
- Adding unit tests
- Creating a stub for email messages
- Adding tenant's name to nonces in order to prevent cross-tenants substitution

--HG--
branch : dev
2010-11-28 18:34:13 -08:00
Sébastien Ros
4631207f51 Adding UI to change password
- new Lost Password link in LogOng view
- sends a reset link by mail

Work Item: 16341

--HG--
branch : dev
2010-11-26 17:02:22 -08:00
Andre Rodrigues
d94666aac0 Replace tabs for spaces in views, css and cs files.
--HG--
branch : dev
2010-11-24 16:10:08 -08:00
Louis DeJardin
1d3813b9ab Merge
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Nathan Heskew
26d34da16a Fixing user registration to not sign the user in after account creation if new user accounts must be approved before use.
via the "Users must be approved before they can log in" site setting

--HG--
branch : dev
2010-11-05 15:18:26 -07:00
Suha Can
1ce1cc9521 PERF: Fix for Dispel CurrentUser/CurrentSite magic
http://orchard.codeplex.com/workitem/16718

--HG--
branch : perf
2010-11-04 20:24:48 -07:00
Sebastien Ros
477405bd3c Refactored action results to use defaults
--HG--
branch : dev
2010-10-14 14:51:41 -07:00
Sebastien Ros
dd53923130 Correcting http://orchardqa.codeplex.com/workitem/116
- Removed Orchard.Mvc.NotFoundResult, replaced by the new MVC HttpNotFoundViewResult

--HG--
branch : dev
2010-10-14 11:30:58 -07:00
Sebastien Ros
f997ca4143 Explicitly Theme front-end controllers
--HG--
branch : dev
2010-09-30 16:37:32 -07:00