Add account info page and change up colors#902
Conversation
for more information, see https://pre-commit.ci
|
Okie it does work |
jaysa68
left a comment
There was a problem hiding this comment.
account page looks great, and i am down 4 the color and font change.... fresh coat of paint
|
id like approval from a current SM though, since its a fairly forward-facing change |
Co-authored-by: sophie <sophiebsw@gmail.com>
Co-authored-by: sophie <sophiebsw@gmail.com>
|
Will go ahead and make those changes There is also a corresponding PR at ocf/mkdocs#66 Here's an example of the color/font difference: I basically just wanted it to match our promotional materials, keyboards, etc. better by using blue as the accent color |
| form = PasswordForm(request.POST) | ||
| if form.is_valid(): | ||
| password = form.cleaned_data['password'] | ||
| ssh = SSHClient() |
There was a problem hiding this comment.
I feel like it's a little weird to get the account info through ssh, but I can't think of a better solution... and it appears we've done it this way before, so I guess it's fine?
|
I think this seems ready to merge but I think @24apricots had some comments |

It will work once quota gets fixed trust me