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

added EAC link in edit mode #102

Closed
wants to merge 2 commits into from

Conversation

JayHors
Copy link
Member

@JayHors JayHors commented Aug 25, 2021

Resolves #96

Adds link below the fields relating to finding a user elsewhere on the internet when in edit mode.

@@ -159,6 +159,9 @@ <h2 style="display: inline; color: #00aced;">
<input type="text" class="form-control form-control-sm" id="user-twitter" value="{{ member_info.user_obj.twitterName }}" placeholder="Twitter Username">
</div>
</div>

<div class="form-group user-form-input">Note: to change external accounts' access, like GitHub, use <a href="https://eac.csh.rit.edu">EAC</a>.</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, maybe we should list out what eac provides? Not sure if that's necessary.

Also I would drop "access", you need to go to eac to get those accounts to show up at all.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Afaik, profiles only shows when a user adds a GitHub account on EAC, so I think putting the others in would be unnecessary, but I'll change the language a little bit.

@mxmeinhold
Copy link
Contributor

Also, I can't see what pylint logs right now, but somehow this failed pylint?

@JayHors JayHors closed this Jun 16, 2022
@JayHors JayHors deleted the eac-linked branch June 16, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

For fields controlled by EAC, show users where to go to edit them
2 participants