Hi
Having set up SSL on my instance (AWS 1.93.1), the http links in mod_user.lua :
local reset\_link = "http://" .. hostname .. "/resetPassword/" .. resetToken local confirm\_link = "http://" .. hostname .. "/confirm/" .. confirmToken
…no longer work. SFTP doesn’t give me write access to the module in usr/local/coronium/lib to change the ‘http’ to ‘https’.
I noticed the folder coronium/lua/_modules , but putting my own edited version of mod_user.lua in there has no effect.
Does anyone have any ideas?
Thank you!