[15:26:45] Hello! I am trying to login to and create my toolforge account at https://toolsadmin.wikimedia.org/register/ but hit with the error "Wikimedia account is already in use." I probably have created an account and dont have the password for - (embarrassing I know) - How do I reset my earlier created account and start over this account create please ? [15:28:19] karthiksripal: hi! what's your username? [16:51:33] Thank you for the response it is Karthik sripal (re @wmtelegram_bot: karthiksripal: hi! what's your username?) [16:55:21] !log admin run attachLdapUser.php on wikitech for developer account "Karthiksripal" [16:55:24] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Admin/SAL [16:55:49] okay, you apparently have a developer account called "Karthiksripal". You should now be able to use https://wikitech.wikimedia.org/wiki/Special:PasswordReset to reset your password [18:18:12] Thank you very much - I am able to reset my password now. After login at https://toolsadmin.wikimedia.org - When I click on connect with wikimedia account - I see the error popup - "Wikimedia account "Karthik sripal" is already attached to another LDAP account " any advice for me on how to resolve this maybe please (re @wmtelegram_bot: okay, you apparently have a developer account called "Karthiksripal". You s [18:18:13] ? [18:26:43] sounds like you are trying to create a new developer account on toolsadmin.wikimedia.org instead of using your existing one? [18:30:08] Hmm not really - I am trying to connect my wikimedia account to this developer account actually from https://toolsadmin.wikimedia.org home after login (re @wmtelegram_bot: sounds like you are trying to create a new developer account on toolsadmin.wikimedia.org instead of using your existin...) [18:51:00] hey! - I am trying to run this (https://wikitech.wikimedia.org/wiki/Help:Toolforge/My_first_NodeJS_OAuth_tool) in the toolforge ssh shell, according to the instructions, but though the webservice is running, and the server.js file is there, it's goving a 404 at https://darwin-test.toolforge.org/ [18:51:54] I renamed the html_public folder that already had there with php, so that it would not interfer [19:24:02] @Paulo_Darwin: you still have a php 7.3 webservice running, you need to stop it (`webservice php7.3 stop`) before starting the node.js one [19:24:39] ah ok, so I can't run them at teh same time? [19:25:49] I was trying to build some kind of authentication for a tool I'm building, but I'm building it on php - so maybe I should not use the oauth in .js 🤔 [19:25:59] how would you expect to access them at the same .toolforge.org url? [19:27:08] maybe with a specific url... but I'm very much a newbie on this 😜 sorry [19:27:19] you can likely do that with manual Kubernetes (https://wikitech.wikimedia.org/wiki/Help:Toolforge/Kubernetes) trickery, but the `webservice` tooling does not allow it [19:27:39] thanks [19:27:45] I'll read that