Password prompt from the studio - for source control
Hi All,
Am working on integrating our code with source control.
To make some security, I want to ask a password prompt from the studio itself while check in and checkout a code.
Is it possible to ask input in the studio like login page. Please suggest me.
Thanks,
Archunan K.
Check UserAction method of %Studio.Extension.Base class. You can call CSP pages from there.
Thanks Eduard for your valuable response.
I will check with the CSP pages.
Thanks,
Archunan K.
Check UserAction method of %Studio.Extension.Base class. You can call CSP pages from there.