I'm very new to the world of Umbraco development, but I'm trying to put together a package and am wondering the best way to go about getting some user information on package install. My package communicates with a third-party service to retrieve data, and I was hoping to be able to get the user to somehow enter his/her credentials for that system when they first install the package. Having them modify web.config after the fact seems to be the most straightforward way, but I'd prefer it if they didn't have to do this.
Any thoughts on this? Am I thinking about this the wrong way?
Prompting user on package install
Hello all,
I'm very new to the world of Umbraco development, but I'm trying to put together a package and am wondering the best way to go about getting some user information on package install. My package communicates with a third-party service to retrieve data, and I was hoping to be able to get the user to somehow enter his/her credentials for that system when they first install the package. Having them modify web.config after the fact seems to be the most straightforward way, but I'd prefer it if they didn't have to do this.
Any thoughts on this? Am I thinking about this the wrong way?
Thanks in advance!
is working on a reply...