I have RStudio server installed in my system (local). I forgot my username/password to login to the server. How to reset them? (I use Ubuntu 14.10)
Asked
Active
Viewed 4,405 times
1 Answers
1
I guess that RStudio uses the system username/password. Well, it worked for me. I won't forget it again. :)

Parthiban Nagarajan
- 107
- 1
- 7
-
3Please, Add the steps for any new person that comes along. – mccurcio Feb 25 '16 at 16:34
-
It queries /etc/passwd and you need a 'local' user. LDAP, AD won't work. – count0 Sep 26 '17 at 15:30