Written by

Question Archunan K · Mar 27, 2017

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.

Comments

Eduard Lebedyuk · Mar 27, 2017

Check UserAction method of %Studio.Extension.Base class. You can call CSP pages from there.

0
Archunan K  Mar 27, 2017 to Eduard Lebedyuk

Thanks Eduard for your valuable response.

I will check with the CSP pages.

Thanks,

Archunan K.

0
Eduard Lebedyuk · May 16, 2017

Check UserAction method of %Studio.Extension.Base class. You can call CSP pages from there.

0