fmt.Println(wordwrap.WrapString(" This quick configuration process will "+action+" the application's config file, "+fname+".\n\n It validates your input along the way, so you can be sure any future errors aren't caused by a bad configuration. If you'd rather configure your server manually, instead run: writefreely --create-config and edit that file.",75))
err:=db.QueryRow("SELECT id, max_uses, created, expires, inactive FROM userinvites WHERE id = ?",id).Scan(&i.ID,&i.MaxUses,&i.Created,&i.Expires,&i.Inactive)