mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 18:27:55 +08:00
Users Tests: Enabling AccountControllerTests.ResetPasswordLinkShouldBeSent
This commit is contained in:
@@ -303,7 +303,7 @@ namespace Orchard.Tests.Modules.Users.Controllers {
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("To be implemented")]
|
||||
|
||||
public void ResetPasswordLinkShouldBeSent() {
|
||||
var registrationSettings = _container.Resolve<IWorkContextAccessor>().GetContext().CurrentSite.As<RegistrationSettingsPart>();
|
||||
registrationSettings.UsersCanRegister = true;
|
||||
|
Reference in New Issue
Block a user