Getting issue in password recovery

We are trying to use the Password recovery feature as mentioned in doc, but when we use the below query we get an error "
FAULT = Wrong property name: ___savedRelations . This name is forbidden, please, choose another one. <Wrong property name: ___savedRelations . This name is forbidden, please, choose another one.>". In login parameter, we pass the email which we have marked identity in Users table.

-(void)userPasswordRecovery:(NSString *)login
{
Responder *responder = [Responder responder:self
selResponseHandler:@selector(responseHandler:)
selErrorHandler:@selector(errorHandler:)];
[backendless.userService restorePassword:login responder:responder];
}

Are you sure this error happens when you invoke the “restorePassword” method?

Can you add a screenshot of the User Properties screen from the Backendless console?

Please see the attached screen shot for the User Properties screen.

Hi Aman.

Do you have selected autoload checkbox for relation “retailers”?
Regards,
Kate.

Yes, I have selected autoload checkbox option.

If you disable autoload checkbox, restore password request would work as expected.

This issue will be solved in the next iteration.

Regards,
Kate.

It’s work now… But, now we need to call the related objects without autoload…

Hi Aman.

This issue already resolved.
Could you try it again?
Regards,
Kate.