[ARCHIVED] custom domain name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2015
10:13 AM
Can we set up a custom url - for example - www.domainname.something.com instead of canvas.instructure..url?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2015
10:35 AM
Deactivated user,
We are using the pay for version of Canvas. Here is the code we are passing through the page:
<!-- Canvas Login --> | |
<div class="lmsLoginBox" style="width: 450px; margin: auto; margin-top: 20px; text-align: center;"> | |
<img style="margin-top: 25px; margin-bottom: 15px;" src="https://learn.nmsu.edu/learnlogo.png" alt="Canvas Login" width="450" height="107" /> | |
<!-- Canvas Form --> | |
<form id="canvas" class="form" action="https://nmsu.instructure.com/login" method="post"> | |
<p class="name"><input id="pseudonym_session_unique_id" style="color: #999;" name="pseudonym_session[unique_id]" type="text" value="NMSU Username" onFocus="clearPrompt(this)" /> <input id="pseudonym_session_password" style="color: #999;" name="pseudonym_session[password]" value="NMSU Password" onFocus="clearPasswordPrompt(this)" /></p> | |
<p class="forgotpassword" style="text-align: right; margin-right: 10px; font-size: 60%;"><a href="https://my.nmsu.edu/web/mycampus/help" target="_blank">I Forgot My Password</a></p> | |
<p class="submit" style="text-align: right; margin-right: 10px; margin-bottom: 25px;"><input id="canvasSubmit" name="canvasSubmit" type="submit" value="Login to Learn" /></p> | |
</form><!-- End Canvas Form --> |
Robbie
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.