Sitecore login fails when user clicks remember me -


i trying resolve issue users stack trace if click "remember me" on sitecore login page.

i can replicate issue if use incorrect login.

server error in '/' application.  username  description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.   exception details: system.invalidoperationexception: username  source error:   unhandled exception generated during execution of current web request. information regarding origin , location of exception can identified using exception stack trace below.  stack trace:    [invalidoperationexception: username]    sitecore.caching.userprofile.userprofilecache.removeuser(string username) +223    sitecore.caching.cachemanager.clearsecuritycache(string username) +32  [targetinvocationexception: exception has been thrown target of invocation.]    system.runtimemethodhandle.invokemethod(object target, object[] arguments, signature sig, boolean constructor) +0    system.reflection.runtimemethodinfo.unsafeinvokeinternal(object obj, object[] parameters, object[] arguments) +76    system.reflection.runtimemethodinfo.invoke(object obj, bindingflags invokeattr, binder binder, object[] parameters, cultureinfo culture) +211    system.reflection.methodbase.invoke(object obj, object[] parameters) +35    sitecore.nexus.pipelines.nexuspipelineapi.resume(pipelineargs args, pipeline pipeline) +379    sitecore.pipelines.pipeline.start(string pipelinename, pipelineargs args, boolean atomic) +197    sitecore.sitecore.login.loginpage.login_loggingin(object sender, logincanceleventargs e) +`enter code here`377    system.web.ui.webcontrols.login.attemptlogin() +79    system.web.ui.webcontrols.login.onbubbleevent(object source, eventargs e) +93    system.web.ui.control.raisebubbleevent(object source, eventargs args) +84    system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) +3804 


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -