rCell 100 keeps forgetting users

Home Forums General rCell 100 keeps forgetting users

Tagged: ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #20125
    Dejan Rabic
    Participant

    Dear all,

    I have a problem with my rCell 100. I’m reading and sending SMS messages with the help of a custom Windows services. I created a separate user for each service, like this

    POST [rcell_ip]/users?token=[token]
    Message body {"name": "someUsername", "password": "somePassword"}

    This functions well and users get created, until the next time the rCell gets restarted (via [rcell_ip]/api/command/restart or due to power outage). Then the rCell just forgets about these users and remembers only default admin/admin user.

    In place where we host the rCell there’s very unreliable power supply, as well as very bad internet connection, but I don’t have any influence on that.

    So, my question is, how could I prevent forgetting these users? I could write a new service that would use default admin user and check whether there are required users and if not, create them. But I’d prefer not to go down this way, since it’s hacky and time consuming.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.