License default set...
 
Notifications
Clear all

License default setup from web administration

7 Posts
2 Users
0 Likes
747 Views
(@elmstrom)
Posts: 9
Active Member
Topic starter
 

When i create a user in the web administration it does not use the auto setup.

It works fine if the user is create from unity app.

https://ibb.co/d64fKqg

 
Posted : 16/07/2019 3:13 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
 

What do you mean by "auto setup"?

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 16/07/2019 3:21 pm
(@elmstrom)
Posts: 9
Active Member
Topic starter
 

@skaredcreations

This:

<?php

// Auto-generate License Number?
define ("LICENSE_AUTOGENERATE", TRUE);

// Default license type upon user registration
define ("LICENSE_DEFAULT_TYPE", LICENSE_TYPE_PERPETUAL);

// Default days count if LICENSE_DEFAULT_TYPE is LICENSE_TYPE_TIME
define ("LICENSE_DEFAULT_TIME", 31);

// Default launches count if LICENSE_DEFAULT_TYPE is LICENSE_TYPE_LAUNCH
define ("LICENSE_DEFAULT_LAUNCHES", 0);

 
Posted : 16/07/2019 4:56 pm
(@skaredcreations)
Posts: 804
Prominent Member Admin
 

Oh you're right, it's not calling the created notification callbacks when the account is created from admin website, I'll fix this in the next update.

FRANCESCO CROCETTI @ SKARED CREATIONS

 
Posted : 18/07/2019 8:53 am
(@elmstrom)
Posts: 9
Active Member
Topic starter
 

Thank you

 
Posted : 19/07/2019 8:08 am
(@elmstrom)
Posts: 9
Active Member
Topic starter
 

Also would great with an option to generate license key from the web interface.

If you change license type to "none" then the system deletes the license key, which is fine, but when you reselect "Perpetual" there is still no key.

Would also be nice if the system checks for duplicated license numbers (maybe it does that when it creates its own keys, then not a problem when that is possible in the web interface).

And lastly, do you hae a timeframe for the next update?

 
Posted : 19/07/2019 3:16 pm
(@elmstrom)
Posts: 9
Active Member
Topic starter
 

No hurry on the update, I have fixed all the issues by customizing the add-on

 
Posted : 19/07/2019 4:25 pm
Share: