forgotPassword is working ok

On Mar 28, 11:10 pm, Marco van den Oever <[email protected]>
wrote:
> I think that helped, voted for it, thanks.
>
> I say think because i still have a problem but that must be something
> else, when i now click on "reset password" i get a long processing
> page and:
>
> "Lock wait timeout exceeded; try restarting transaction "
>
> It seems have to do with the code on line 9 of
> forgotChangePasswordEmail.cfm:
>
> <cfset stProperties = structNew() />
> <cfset stProperties.objectid = stobj.objectid />
> <cfset stProperties.password = "#right
> (application.fc.utils.createJavaUUID(),8)#" />
>
> <cfset stResult = setData(stProperties="#stProperties#") />
>
> Also tried to remove all stuff from my project so the original cfc and
> webskin files are used, still this above error, any insights?
>
> Thank you.
>
> On Mar 28, 10:09 pm, Chris Kent <[email protected]> wrote:
>
> > This sounds familiar,
>
> > Try the fix athttp://bugs.farcrycms.org/browse/FC-1761tosee if it
> > helps.
>
> > Chris.
>
> > On Mar 28, 8:45 pm, Marco van den Oever <[email protected]>
> > wrote:
>
> > > Ok and a "if user not exists anymore appoint the content to first
> > > found admin" ?
>
> > > I tried copying all the webskins, reloaded application, still same
> > > error.
>
> > > It seems to be about this code:
>
> > > <cfset stUser = createObject("component", application.stcoapi
> > > ["farUser"].packagePath).getByUserID
> > > (userID="#application.factory.oUtils.listSlice
> > > (qProfileFromEmail.username(),1,-2,"_")#") />
>
> > > Based on that execution the error:
>
> > > "The username method was not found."
>
> > > is generated.
>
> > > On Mar 28, 8:56 pm, Matthew Williams <[email protected]>
> > > wrote:
>
> > > > The going thought on deleting users is that it's bad, you should make
> > > > them inactive instead.  The reason - orphaned records for anything the
> > > > user may create.
>
> > > > Matthew Williams
> > > > Geodesic GraFX
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to