Reset password link email
-
Can someone explain how to config the reset password link it emails out or how to correct link url portion which is currently my hostname.
-
Hi Phillip,
Great question! We intend to add a setting on the settings page for this soon. Some good news is that it was already coded as a system setting, so you can set that with,
insert into systemSettings (settingname, settingvalue) values ('publiclyResolvableBaseUrl', 'http://myurl:port/');
Through the /sqlConsole.shtm page.
-
Yes sorry this was my bad, I'll add an input to system information for the next release
-
OK Thank-you