Skip to content
New issue

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

Add configuration management #180

Open
brothercorvo opened this issue Jul 12, 2021 · 1 comment
Open

Add configuration management #180

brothercorvo opened this issue Jul 12, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brothercorvo
Copy link
Collaborator

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>
@brothercorvo brothercorvo added the enhancement New feature or request label Jul 12, 2021
@brothercorvo brothercorvo added this to the 2.1 milestone Sep 6, 2022
@brothercorvo brothercorvo modified the milestones: 2.1, 2.3 Mar 7, 2023
@brothercorvo
Copy link
Collaborator Author

this should be done in conjunction with the new certs creation, in the moment when a new user is created in the UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants