odoo-saas-tools icon indicating copy to clipboard operation
odoo-saas-tools copied to clipboard

Password of client database

Open minhyk opened this issue 7 years ago • 5 comments

Hi guys, I got a trouble. After client completed to sign up a new instance, they don't get any email instruction to change the password, I saw they probably sign in from SaaS portal. Am I missing to install some modules or configuration? Appreciate if you can help.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

minhyk avatar Jul 13 '17 11:07 minhyk

Currently, user can sing in only via "Sign in via SaaS Portal" link. Signing in to saas client via password is not completed

yelizariev avatar Jul 14 '17 09:07 yelizariev

@yelizariev May I suggest that we quickly do it by calling reset password function under '_prepare_database' function. I have done something like below

> def _prepare_database(self, client_env, owner_user=None, is_template_db=False, addons=[], access_token=None, tz=None, server_requests_scheme='http'):
>        ...
> user.action_reset_password()

minhyk avatar Jul 15 '17 04:07 minhyk

@minhyk ,

hello can you tell me what version do you use and propose a PR (think we need and option to reset or not)

thanks for your report,

njeudy avatar Mar 04 '18 08:03 njeudy

@njeudy Hello njeudy. I am using Odoo10. I need a password reset cause the registration information is under main database but the template database that we provided for client is different so they should have PR link to reset the user password of template database by themselves instead of the default password.

minhyk avatar Apr 17 '18 04:04 minhyk

@minhyk hellon In your template DB you can check the "enable password reset from login page" ? (in setting -> general settings) ?

image

njeudy avatar Apr 20 '18 13:04 njeudy