Add client registration form
There should be a way for people to self-register new client IDs for use at this service. I'll need to collect some sort of contact info for them such as an email address.
any progress on this? I'm running into the same error..
I'm also running into this. Can we get ownyourgram.com added as a valid client ID even if the self-registration isn't an option yet?
Can we please add a way to register a client_id?
Hey @aaronpk, I've got some time to work on this, but I'm not exactly well-versed in PHP.
My thoughts were as follows:-
- create 2 new views
views/register.php(/register) andviews/dashboard.php(/dashboard) - the
/registerroute would contain a form similar to that on the index page, only it would redirect to/dashboardrather than/demo - the dashboard would display
client_ids associated with the logged-in user, allow the registration of newclient_ids, and allow you update a contact email address
Am I even close to being on the right track?
I'm just looking into the database side of things now – I'll update this comment with details on that shortly.