1
0
mirror of https://github.com/writeas/writefreely synced 2025-01-23 03:10:52 +01:00
writefreely/config/data.go
Matt Baer d08f067e9c Change copyright notices to Musing Studio LLC
A Bunch Tell is now Musing Studio.
2022-11-10 23:49:16 -05:00

17 lines
370 B
Go

/*
* Copyright © 2018 Musing Studio LLC.
*
* This file is part of WriteFreely.
*
* WriteFreely is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, included
* in the LICENSE file in this source code package.
*/
package config
type UserCreation struct {
Username string
HashedPass []byte
}