{% include 'flash_messages.html' %} {% autoescape false %} {{_('Mycodo was unable to find an admin user in the user database. This is expected with a new install of Mycodo. Use the form below to create an admin user and you will be redirected to the login page. If this is not a new install and this is unexpected behavior, please create an %(hrefo)sIssue on Github%(hrefc)s', hrefo='', hrefc='')}}. {% endautoescape %}
{{ form.hidden_tag() }} {{ form.username.label(class_='sr-only') }} {{ form.username(class_='form-control') }} {{ form.email.label(class_='sr-only') }} {{ form.email(class_='form-control') }} {{ form.password.label(class_='sr-only') }} {{ form.password(class_='form-control') }} {{ form.password_repeat.label(class_='sr-only') }} {{ form.password_repeat(class_='form-control') }}
NO WARRANTY NOTICE
Mycodo is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Mycodo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Mycodo. If not, see <http://www.gnu.org/licenses/>.
 
Mycodo also collects anonymous usage statistics to aid with development of new features. These are used to determine what features are used most often, when systems run poorly, and other aspects that should help improve reliability, performance, and expand the featureset in a direction that the majority of users use the software for. You can opt-out at any time from the Admin panel.