Posted on 17/12/2013 09:47:09
I can't seem to get encrypted version to work (perhaps im doing it wrong?):
the solution is running DW8.3.1.1
/Default.aspx?ID=2&username=FinnFrost&password=mypsd
Works, when password is not encrypted.
I can't seem to get the below to work:
/Default.aspx?ID=2&username=FinnFrost&EncryptedPassword=1fd406685cbdee605d0a7bebed56fdb0
Where password(encrypted) is taken/copied directly from the database.
Being able to use the the MD5 hashed version of single signon, would also do:
/Default.aspx?ID=2&username=FinnFrost&PwToken=theToken
using Razor templates, i believe it would be possible to generate/display an url for a specfic user, that would allow them to signin using an url like above?
Regarding the MD5 hashed version, wouldn't i need to know how to access the "DwSecrect"?
I can read this was asked before: "Is it possible to use the same functionality on the back-end ?" where the reply was no. But now, with Razor, its a different story, right?
Any help is much appreciated.