Hello,
We are setting up a hotspot where users can sign up and we’ve used usermanager package for this. Everything works fine at this point, we’ve even edited the signup.html to look nicer, but the problem is, on every reboot the umfiles folder is removed and our customization lost. I read that files outside /flash folder are stored on RAM memory and deleted on every reboot… and usermanager create the html pages files outside this folder.
How can I change the location of these files or at least prevent them from being deleted?
I tried moving umfiles folder to /flash but it just recreate everything on default location.
Can someone please help me accomplish this?