We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after creation of an user, send to the user a pref file containing configuration such as:
<?xml version='1.0' standalone='yes'?> <preferences> <preference version="1" name="com.atakmap.app.civ_preferences"> <entry key="locationCallsign" class="class java.lang.String">Putin</entry> <entry key="locationTeam" class="class java.lang.String">Green</entry> <entry key="atakRoleType" class="class java.lang.String">Sniper</entry> </preference> </preferences>
The text was updated successfully, but these errors were encountered:
this should be done in conjunction with the new certs creation, in the moment when a new user is created in the UI
Sorry, something went wrong.
nir2602
No branches or pull requests
after creation of an user, send to the user a pref file containing configuration such as:
The text was updated successfully, but these errors were encountered: