[DiscordArchive] Hello, I have an issue on my server.
[DiscordArchive] Hello, I have an issue on my server.
Archived author: Miörey • Posted: 2025-03-17T13:16:14.009000+00:00
Original source
yep PHP is what I used for my JS lib.
Archived author: Miörey • Posted: 2025-03-17T13:19:44.284000+00:00
Original source
I want to take benefits from the SOAP API. But if it's impossible I will do it after through SQL.
EMAIL was par of the Telnet/SOAP account creation process in TC and first versions of AC. Is it possible to activate it ?
Archived author: Roboto • Posted: 2025-03-17T14:03:51.189000+00:00
Original source
It's not as simple as "activating it" but you can patch the C++ code back into the command handler, that shouldn't be too hard
Archived author: Roboto • Posted: 2025-03-17T14:04:29.468000+00:00
Original source
But if your SRP package works, I don't see why you wouldn't use it. Don't reinvent the wheel if you already reinvented it <:har:926454478541049887>
![[Image: unnamed.png?ex=690c0a3a&is=690ab8ba&hm=f...61fab2ba0&]](https://cdn.discordapp.com/attachments/1255602330431127753/1351203130343166062/unnamed.png?ex=690c0a3a&is=690ab8ba&hm=fa294d0a4cb2b328f6c1a2238d7639c3e84e90ddde1e089319b75e861fab2ba0&)
Archived author: lum • Posted: 2025-03-17T14:38:50.468000+00:00
Original source
Hi, I am trying to install the Worgoblin module. I cloned the git to the module folder with the other modules, and used cmd to try to patch the files. I get this error when I do. I am pretty sure I am doing something wrong, but I am not sure what. I reviewed the other posts on here that were about Worgoblin, and they deal with other issues (that I hopefully wont have to make because the answers are right there). I am not very tech savvy, so it is very likely I am doing something silly and just don't know it.
![[Image: unnamed.png?ex=690c0a3a&is=690ab8ba&hm=f...61fab2ba0&]](https://cdn.discordapp.com/attachments/1255602330431127753/1351203130343166062/unnamed.png?ex=690c0a3a&is=690ab8ba&hm=fa294d0a4cb2b328f6c1a2238d7639c3e84e90ddde1e089319b75e861fab2ba0&)
Archived author: Miörey • Posted: 2025-03-17T15:41:32.950000+00:00
Original source
It works on 90% - 95% of the cases I had some users who had some issuer the verifier generated in Node was different from the one generated in C++
I think is due too the way that BigInt are stored in memory.
I will check if it's easy to patch the command else I go to the 2 steps way.
But I really think that the best way is SOAP because this way your creation account logique is on a single location, the one in AZ core.
Thanks for help !