-
☆ A M B ☆
- 2,213 Posts
Hello,
I need to run webloginpe outside of modx. Does anyone know how I can accomplish this goal?
Thanks
AMDbuilder
-
☆ A M B ☆
- 2,213 Posts
Anyone have an idea on this one?
I need to have a user registration page outside of modx that registers the user in modx. It doesn’t need to be WLPE...
Anyone?
AMDbuilder
You could try something like including the MODx API in your external page (it will have to be PHP), and executing (I forget the proper term) the snippet that way.
Otherwise, pull all the content out of the snippet and drop it into a library for your own use. Problem with future upgrades will result, and no doubt the snippet will depend on MODx functionality, so you’ll have to provide equivalents.
Depending on what you want, creating an empty template and page depending on it that includes just the snippet. You could potentially then include that somehow in your page.
Just brainstorming... I’m sure there’s a cleaner method somewhere that might work more efficiently!
-
☆ A M B ☆
- 2,213 Posts
I need to allow a lot of people to register for an account to a website. I have a list of all the people that are approved to register, but due to policy the website registration must be opt in so I can’t pre-populate the database as I would be providing the email addresses.
The solution I thought of was to create a registration page protected by htaccess (only approved people can register) and then I can send out an email to those people with a generic htaccess username/password and allow them to register instantly.
I guess the question is more how can I create a few hundred users without providing the system email addresses.
This only needs to work for a month or two tops and then going forward new people will approve pre-registration thus saving me time/trouble.
Whatever the solution please provide me with some examples as I lack php coding skills...
AMDbuilder
I’m probably being dense here, but why not let them register through WLPE in MODx on that password protected page?