mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-18 22:28:36 +08:00
remove all instances of Onename
This commit is contained in:
@@ -77,7 +77,7 @@ def parse_pubkey_from_data(data):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
test_domain = DKIM_RECORD_PREFIX + 'onename.com'
|
||||
test_domain = DKIM_RECORD_PREFIX + 'blockstack.org'
|
||||
dns_data = dns_resolver(test_domain)
|
||||
public_key = parse_pubkey_from_data(dns_data)
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ class InvalidProfileDataError(APIError):
|
||||
message = ("A valid JSON object has not been found. The data is "
|
||||
"likely malformed, but if you check another source for the "
|
||||
"data and it seems there is nothing wrong with it, please "
|
||||
"report this to support@onename.com, as there might have been "
|
||||
"report this to support@blockstack.org, as there might have been "
|
||||
"an error with the way the data was handled.")
|
||||
|
||||
|
||||
@@ -144,32 +144,32 @@ class UsernameNotRegisteredError(APIError):
|
||||
class DatabaseSaveError(APIError):
|
||||
status_code = 500
|
||||
message = ("There was a problem saving to the database. Please report "
|
||||
"this error to support@onename.com.")
|
||||
"this error to support@blockstack.org.")
|
||||
|
||||
|
||||
class DatabaseLookupError(APIError):
|
||||
status_code = 500
|
||||
message = ("There was a problem performing a lookup in the database. "
|
||||
"Please report this error to support@onename.com.")
|
||||
"Please report this error to support@blockstack.org.")
|
||||
|
||||
|
||||
class InternalProcessingError(APIError):
|
||||
status_code = 500
|
||||
message = ("There was a problem processing the request. Please report "
|
||||
"this error to support@onename.com.")
|
||||
"this error to support@blockstack.org.")
|
||||
|
||||
|
||||
class InternalSSLError(APIError):
|
||||
status_code = 500
|
||||
message = ("There was a problem processing the request with an internal "
|
||||
"SSL error. Please report this error to support@onename.com.")
|
||||
"SSL error. Please report this error to support@blockstack.org.")
|
||||
|
||||
|
||||
class ResolverConnectionError(APIError):
|
||||
status_code = 500
|
||||
message = ("There was a problem processing the request. It seems that the "
|
||||
"name system resolver could not be reached. Please report "
|
||||
"this error to support@onename.com.")
|
||||
"this error to support@blockstack.org.")
|
||||
|
||||
|
||||
class DKIMPubkeyError(APIError):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% set site_name = 'Onename API' %}
|
||||
{% set site_name = 'Blockstack API' %}
|
||||
{% from '_logo-rev.html' import logorev %}
|
||||
|
||||
<!doctype html>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thank you for using the Onename API.
|
||||
Thank you for using the Blockstack API.
|
||||
</p>
|
||||
<p>
|
||||
Your App ID: {{ user.app_id }}
|
||||
@@ -13,5 +13,5 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Cheers,<br>The Onename Team
|
||||
Cheers,<br>the Blockstack Team
|
||||
</p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
<div class="container col-xs-11 col-centered jumbotron jumbo-registrar">
|
||||
<h3>Sign Up</h3>
|
||||
<p class="lead lead-registrar">Sign up for a Onename API account below</p>
|
||||
<p class="lead lead-registrar">Sign up for a Blockstack API account below</p>
|
||||
<div>
|
||||
<form role="form" method="post">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user